Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dxhcireg.h143 #define XHCI_PS_PLS_GET(x) (((x) >> 5) & 0xF) /* RW - port link state */ macro
H A Dxhci.c3352 i |= UPS_PORT_LS_SET(XHCI_PS_PLS_GET(v)); in xhci_roothub_ctrl()