Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dehci-vf.c38 #define UCMD_RUN_STOP (1 << 0) /* controller run/stop */ macro
98 clrbits_le32(usb_cmd, UCMD_RUN_STOP); in usb_phy_enable()
99 while (readl(usb_cmd) & UCMD_RUN_STOP) in usb_phy_enable()
A Dehci-mx6.c67 #define UCMD_RUN_STOP (1 << 0) /* controller run/stop */ macro
165 clrbits_le32(usb_cmd, UCMD_RUN_STOP); in usb_phy_enable()
166 ret = wait_for_bit_le32(usb_cmd, UCMD_RUN_STOP, false, 10000, false); in usb_phy_enable()

Completed in 4 milliseconds