Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-vf.c36 #define UCMD_RUN_STOP (1 << 0) /* controller run/stop */ macro
96 clrbits_le32(usb_cmd, UCMD_RUN_STOP); in usb_phy_enable()
97 while (readl(usb_cmd) & UCMD_RUN_STOP) in usb_phy_enable()
H A Dehci-mx6.c65 #define UCMD_RUN_STOP (1 << 0) /* controller run/stop */ macro
163 clrbits_le32(usb_cmd, UCMD_RUN_STOP); in usb_phy_enable()
164 ret = wait_for_bit_le32(usb_cmd, UCMD_RUN_STOP, false, 10000, false); in usb_phy_enable()