Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-keystone.c158 u32 val, usb2_pls, usb3_pls, event_q; in keystone_xhci_phy_suspend() local
207 usb3_pls = 0; in keystone_xhci_phy_suspend()
211 usb3_pls = (readl(portsc_2) & PORT_PLS_MASK) >> 5; in keystone_xhci_phy_suspend()
212 } while (((usb2_pls != 0x4) || (usb3_pls != 0x4)) && loop_cnt < 1000); in keystone_xhci_phy_suspend()
214 if (usb2_pls != 0x4 || usb3_pls != 0x4) { in keystone_xhci_phy_suspend()
216 usb2_pls, usb3_pls); in keystone_xhci_phy_suspend()