Searched refs:XHCI_USBSTS (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_intr.c | 138 status = xhci_get32(xhcip, XHCI_R_OPER, XHCI_USBSTS); in xhci_intr()
|
H A D | xhci_polled.c | 331 status = xhci_get32(xhcip, XHCI_R_OPER, XHCI_USBSTS); in xhci_hcdi_console_input_enter() 384 status = xhci_get32(xhcip, XHCI_R_OPER, XHCI_USBSTS); in xhci_hcdi_console_read()
|
H A D | xhci.c | 1661 return (xhci_reg_poll(xhcip, XHCI_R_OPER, XHCI_USBSTS, XHCI_STS_HCH, in xhci_controller_stop() 1705 return (xhci_reg_poll(xhcip, XHCI_R_OPER, XHCI_USBSTS, in xhci_controller_reset() 1789 return (xhci_reg_poll(xhcip, XHCI_R_OPER, XHCI_USBSTS, in xhci_controller_start()
|
/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/ |
H A D | xhcireg.h | 85 #define XHCI_USBSTS 0x04 /* XHCI status */ macro
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/ |
H A D | xhcireg.h | 121 #define XHCI_USBSTS 0x04 /* XHCI status */ macro
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_xhci.c | 2254 case XHCI_USBSTS: in pci_xhci_hostop_write() 2413 case XHCI_USBSTS: /* 0x04 */ in pci_xhci_hostop_read()
|