Searched refs:XHCI_PS_PLS_GET (Results 1 – 5 of 5) sorted by relevance
93 xp_pls_strings[XHCI_PS_PLS_GET(portsc)], in xp_dump_verbose()94 XHCI_PS_PLS_GET(portsc)); in xp_dump_verbose()
121 #define XHCI_PS_PLS_GET(x) (((x) >> 5) & 0xF) /* RW - port link state */ macro
165 #define XHCI_PS_PLS_GET(x) (((x) >> 5) & 0xF) /* RW - port link state */ macro
483 ps |= XHCI_PS_PLS_SET(XHCI_PS_PLS_GET(reg)); in xhci_root_hub_handle_port_get_status()
489 oldpls = XHCI_PS_PLS_GET(p->portsc); in pci_xhci_portregs_write()490 newpls = XHCI_PS_PLS_GET(value); in pci_xhci_portregs_write()2689 if (XHCI_PS_PLS_GET(p->portsc) == 3) { in pci_xhci_dev_intr()