Searched refs:UCMD_RUN_STOP (Results 1 – 2 of 2) sorted by relevance
35 #define UCMD_RUN_STOP (1 << 0) /* controller run/stop */ macro95 clrbits_le32(usb_cmd, UCMD_RUN_STOP); in usb_phy_enable()96 while (readl(usb_cmd) & UCMD_RUN_STOP) in usb_phy_enable()
63 #define UCMD_RUN_STOP (1 << 0) /* controller run/stop */ macro143 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()