Symbol: xhci_reg_type_t
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1021
xhci_put64(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off, uint64_t val)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1123
xhci_reg_poll(xhci_t *xhcip, xhci_reg_type_t rt, int reg, uint32_t mask,
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
832
xhci_get8(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
859
xhci_get16(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
886
xhci_get32(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
913
xhci_get64(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
940
xhci_put8(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off, uint8_t val)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
967
xhci_put16(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off, uint16_t val)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
994
xhci_put32(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off, uint32_t val)
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
840
extern uint8_t xhci_get8(xhci_t *, xhci_reg_type_t, uintptr_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
841
extern uint16_t xhci_get16(xhci_t *, xhci_reg_type_t, uintptr_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
842
extern uint32_t xhci_get32(xhci_t *, xhci_reg_type_t, uintptr_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
843
extern uint64_t xhci_get64(xhci_t *, xhci_reg_type_t, uintptr_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
845
extern void xhci_put8(xhci_t *, xhci_reg_type_t, uintptr_t, uint8_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
846
extern void xhci_put16(xhci_t *, xhci_reg_type_t, uintptr_t, uint16_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
847
extern void xhci_put32(xhci_t *, xhci_reg_type_t, uintptr_t, uint32_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
848
extern void xhci_put64(xhci_t *, xhci_reg_type_t, uintptr_t, uint64_t);