Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dehci-vf.c35 #define UCMD_RUN_STOP (1 << 0) /* controller run/stop */ macro
95 clrbits_le32(usb_cmd, UCMD_RUN_STOP); in usb_phy_enable()
96 while (readl(usb_cmd) & UCMD_RUN_STOP) in usb_phy_enable()
H A Dehci-mx6.c63 #define UCMD_RUN_STOP (1 << 0) /* controller run/stop */ macro
143 clrbits_le32(usb_cmd, UCMD_RUN_STOP); in usb_phy_enable()
144 ret = wait_for_bit_le32(usb_cmd, UCMD_RUN_STOP, false, 10000, false); in usb_phy_enable()