Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-keystone.c159 u32 val, usb2_pls, usb3_pls, event_q; in keystone_xhci_phy_suspend() local
207 usb2_pls = 0; in keystone_xhci_phy_suspend()
211 usb2_pls = (readl(portsc_1) & PORT_PLS_MASK) >> 5; in keystone_xhci_phy_suspend()
213 } while (((usb2_pls != 0x4) || (usb3_pls != 0x4)) && loop_cnt < 1000); in keystone_xhci_phy_suspend()
215 if (usb2_pls != 0x4 || usb3_pls != 0x4) { in keystone_xhci_phy_suspend()
217 usb2_pls, usb3_pls); in keystone_xhci_phy_suspend()