Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c247 int port = XHCI_PS_INDPORT(ucrp->ctrl_wIndex); in xhci_root_hub_handle_port_clear_feature()
326 int port = XHCI_PS_INDPORT(ucrp->ctrl_wIndex); in xhci_root_hub_handle_port_set_feature()
451 int port = XHCI_PS_INDPORT(ucrp->ctrl_wIndex); in xhci_root_hub_handle_port_get_status()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h186 #define XHCI_PS_INDPORT(x) ((x) & 0xFF) macro