Searched refs:UCMD_RUN_STOP (Results 1 – 2 of 2) sorted by relevance
36 #define UCMD_RUN_STOP (1 << 0) /* controller run/stop */ macro96 clrbits_le32(usb_cmd, UCMD_RUN_STOP); in usb_phy_enable()97 while (readl(usb_cmd) & UCMD_RUN_STOP) in usb_phy_enable()
65 #define UCMD_RUN_STOP (1 << 0) /* controller run/stop */ macro163 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()