Searched refs:XHCI_PORTSC (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/ |
H A D | xhci_hub.c | 257 reg = xhci_get32(xhcip, XHCI_R_OPER, XHCI_PORTSC(port)); in xhci_root_hub_handle_port_clear_feature() 310 xhci_put32(xhcip, XHCI_R_OPER, XHCI_PORTSC(port), reg); in xhci_root_hub_handle_port_clear_feature() 338 index = XHCI_PORTSC(port); in xhci_root_hub_handle_port_set_feature() 464 reg = xhci_get32(xhcip, XHCI_R_OPER, XHCI_PORTSC(port)); in xhci_root_hub_handle_port_get_status() 626 reg = xhci_get32(xhcip, XHCI_R_OPER, XHCI_PORTSC(i)); in xhci_root_hub_psc_callback() 782 reg = xhci_get32(xhcip, XHCI_R_OPER, XHCI_PORTSC(i)); in xhci_root_hub_fill_hub_desc()
|
H A D | xhci.c | 1860 XHCI_PORTSC(i)); in xhci_ioctl_portsc() 1883 reg = xhci_get32(xhcip, XHCI_R_OPER, XHCI_PORTSC(xic.xic_port)); in xhci_ioctl_clear() 1887 xhci_put32(xhcip, XHCI_R_OPER, XHCI_PORTSC(xic.xic_port), reg); in xhci_ioctl_clear() 1909 reg = xhci_get32(xhcip, XHCI_R_OPER, XHCI_PORTSC(xis.xis_port)); in xhci_ioctl_setpls() 1913 xhci_put32(xhcip, XHCI_R_OPER, XHCI_PORTSC(xis.xis_port), reg); in xhci_ioctl_setpls()
|
/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/ |
H A D | xhcireg.h | 116 #define XHCI_PORTSC(n) (0x3F0 + (0x10 * (n))) /* XHCI port status */ macro
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/ |
H A D | xhcireg.h | 160 #define XHCI_PORTSC(n) (0x3F0 + (0x10 * (n))) /* XHCI port status */ macro
|