Searched refs:USBCMD_RST (Results 1 – 4 of 4) sorted by relevance
59 #define USBCMD_RST (1 << 1) macro
891 writel(USBCMD_ITC(MICRO_8FRAME) | USBCMD_RST, &udc->usbcmd); in ci_pullup()
41 #define USBCMD_RST BIT(1) macro
464 hw_write(ci, OP_USBCMD, USBCMD_RST, USBCMD_RST); in hw_controller_reset()465 while (hw_read(ci, OP_USBCMD, USBCMD_RST)) { in hw_controller_reset()