Searched refs:USBCMD_RST (Results 1 – 4 of 4) sorted by relevance
26 # define USBCMD_RST BIT(1) macro
160 #define USBCMD_RST BIT(1) macro
304 hw_cwrite(CAP_USBCMD, USBCMD_RST, USBCMD_RST); in hw_device_reset()305 while (hw_cread(CAP_USBCMD, USBCMD_RST)) in hw_device_reset()
672 writel(val | USBCMD_RST, lnw->iotg.base + CI_USBCMD); in reset_otg()678 val &= USBCMD_RST; in reset_otg()