Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhcireg.h122 #define XHCI_PS_PLS_SET(x) (((x) & 0xF) << 5) /* RW - port link state */ macro
H A Dxhci.c3464 XHCI_PS_PLS_SET(0xF) | XHCI_PS_LWS); in xhci_roothub_exec()
3472 XHCI_PS_PLS_SET(0) | XHCI_PS_LWS); in xhci_roothub_exec()
3639 XHCI_PS_PLS_SET(i) | XHCI_PS_LWS); in xhci_roothub_exec()
3655 XHCI_PS_PLS_SET(i ? 2 /* LPM */ : 3) | XHCI_PS_LWS); in xhci_roothub_exec()