Home
last modified time | relevance | path

Searched refs:xhci_reg_type_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h673 } xhci_reg_type_t; typedef
834 extern uint8_t xhci_get8(xhci_t *, xhci_reg_type_t, uintptr_t);
835 extern uint16_t xhci_get16(xhci_t *, xhci_reg_type_t, uintptr_t);
836 extern uint32_t xhci_get32(xhci_t *, xhci_reg_type_t, uintptr_t);
837 extern uint64_t xhci_get64(xhci_t *, xhci_reg_type_t, uintptr_t);
839 extern void xhci_put8(xhci_t *, xhci_reg_type_t, uintptr_t, uint8_t);
840 extern void xhci_put16(xhci_t *, xhci_reg_type_t, uintptr_t, uint16_t);
841 extern void xhci_put32(xhci_t *, xhci_reg_type_t, uintptr_t, uint32_t);
842 extern void xhci_put64(xhci_t *, xhci_reg_type_t, uintptr_t, uint64_t);
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c821 xhci_get8(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off) in xhci_get8()
848 xhci_get16(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off) in xhci_get16()
875 xhci_get32(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off) in xhci_get32()
902 xhci_get64(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off) in xhci_get64()
929 xhci_put8(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off, uint8_t val) in xhci_put8()
956 xhci_put16(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off, uint16_t val) in xhci_put16()
983 xhci_put32(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off, uint32_t val) in xhci_put32()
1010 xhci_put64(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off, uint64_t val) in xhci_put64()
1112 xhci_reg_poll(xhci_t *xhcip, xhci_reg_type_t rt, int reg, uint32_t mask, in xhci_reg_poll()