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