Home
last modified time | relevance | path

Searched refs:XHCI_PORTSC (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c257 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 Dxhci.c1860 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 Dxhcireg.h116 #define XHCI_PORTSC(n) (0x3F0 + (0x10 * (n))) /* XHCI port status */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h160 #define XHCI_PORTSC(n) (0x3F0 + (0x10 * (n))) /* XHCI port status */ macro