Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/chipidea/
Dbits.h44 #define USBCMD_RST BIT(1) macro
Dcore.c470 hw_write(ci, OP_USBCMD, USBCMD_RST, USBCMD_RST); in hw_controller_reset()
471 while (hw_read(ci, OP_USBCMD, USBCMD_RST)) { in hw_controller_reset()