Home
last modified time | relevance | path

Searched refs:XHCI_PS_PLS_SET (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhcireg.h123 #define XHCI_PS_PLS_SET(x) (((x) & 0xF) << 5) /* RW - port link state */ macro
H A Dxhci.c3424 XHCI_PS_PLS_SET(0xF) | XHCI_PS_LWS); in xhci_roothub_exec()
3432 XHCI_PS_PLS_SET(0) | XHCI_PS_LWS); in xhci_roothub_exec()
3598 XHCI_PS_PLS_SET(i) | XHCI_PS_LWS); in xhci_roothub_exec()
3614 XHCI_PS_PLS_SET(i ? 2 /* LPM */ : 3) | XHCI_PS_LWS); in xhci_roothub_exec()

Completed in 6 milliseconds