Searched refs:PORT_PLS_MASK (Results 1 – 3 of 3) sorted by relevance
210 usb2_pls = (readl(portsc_1) & PORT_PLS_MASK) >> 5; in keystone_xhci_phy_suspend()211 usb3_pls = (readl(portsc_2) & PORT_PLS_MASK) >> 5; in keystone_xhci_phy_suspend()
270 #define PORT_PLS_MASK (0xf << 5) macro
1000 if ((reg & PORT_PLS_MASK) == XDEV_U3) in xhci_submit_root()