Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/usb/
Dlangwell_otg.h26 # define USBCMD_RST BIT(1) macro
/linux-2.6.39/drivers/usb/gadget/
Dci13xxx_udc.h160 #define USBCMD_RST BIT(1) macro
Dci13xxx_udc.c304 hw_cwrite(CAP_USBCMD, USBCMD_RST, USBCMD_RST); in hw_device_reset()
305 while (hw_cread(CAP_USBCMD, USBCMD_RST)) in hw_device_reset()
/linux-2.6.39/drivers/usb/otg/
Dlangwell_otg.c672 writel(val | USBCMD_RST, lnw->iotg.base + CI_USBCMD); in reset_otg()
678 val &= USBCMD_RST; in reset_otg()