Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-keystone.c211 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()
H A Dxhci.c1010 if ((reg & PORT_PLS_MASK) == XDEV_U3) in xhci_submit_root()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h271 #define PORT_PLS_MASK (0xf << 5) macro