Searched refs:XHCI_PS_PLS_GET (Results 1 – 2 of 2) sorted by relevance
122 #define XHCI_PS_PLS_GET(x) (((x) >> 5) & 0xF) /* RW - port link state */ macro
494 oldpls = XHCI_PS_PLS_GET(p->portsc); in pci_xhci_portregs_write()495 newpls = XHCI_PS_PLS_GET(value); in pci_xhci_portregs_write()2672 if (XHCI_PS_PLS_GET(p->portsc) == 3) { in pci_xhci_dev_intr()