Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.h59 #define USBCMD_RST (1 << 1) macro
H A Dci_udc.c891 writel(USBCMD_ITC(MICRO_8FRAME) | USBCMD_RST, &udc->usbcmd); in ci_pullup()
/openbmc/linux/drivers/usb/chipidea/
H A Dbits.h41 #define USBCMD_RST BIT(1) macro
H A Dcore.c464 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()