Home
last modified time | relevance | path

Searched refs:PORT_PLS_MASK (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/usb/host/
Dxhci-keystone.c210 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()
Dxhci.h270 #define PORT_PLS_MASK (0xf << 5) macro
Dxhci.c1000 if ((reg & PORT_PLS_MASK) == XDEV_U3) in xhci_submit_root()