Home
last modified time | relevance | path

Searched refs:XHCI_PM3_U1TO_SET (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_hub.c367 reg &= ~XHCI_PM3_U1TO_SET(0xff); in xhci_root_hub_handle_port_set_feature()
368 reg |= XHCI_PM3_U1TO_SET(val); in xhci_root_hub_handle_port_set_feature()
380 reg &= ~XHCI_PM3_U1TO_SET(0xff); in xhci_root_hub_handle_port_set_feature()
381 reg |= XHCI_PM3_U1TO_SET(val); in xhci_root_hub_handle_port_set_feature()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h145 #define XHCI_PM3_U1TO_SET(x) (((x) & 0xFF) << 0) /* RW - U1 timeout */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h194 #define XHCI_PM3_U1TO_SET(x) (((x) & 0xFF) << 0) /* RW - U1 timeout */ macro