Searched refs:usbcmd (Results 1 – 8 of 8) sorted by relevance
/external/u-boot/drivers/usb/host/ |
D | ehci-msm.c | 74 setbits_le32(&ehci->usbcmd, SESS_VLD_CTRL); in msm_init_after_reset() 123 clrbits_le32(&ehci->usbcmd, CMD_RUN); in ehci_usb_remove() 132 setbits_le32(&ehci->usbcmd, CMD_RESET); in ehci_usb_remove() 135 if (wait_for_bit_le32(&ehci->usbcmd, CMD_RESET, false, 30, false)) { in ehci_usb_remove()
|
D | ehci-vf.c | 92 usb_cmd = (void __iomem *)&ehci->usbcmd; in usb_phy_enable()
|
D | ehci-mx6.c | 140 usb_cmd = (void __iomem *)&ehci->usbcmd; in usb_phy_enable()
|
/external/u-boot/drivers/usb/gadget/ |
D | ci_udc.h | 13 u32 usbcmd; /* 0x130 */ member 34 u32 usbcmd; /* 0x140 */ member
|
D | ci_udc.c | 876 writel(USBCMD_FS2, &udc->usbcmd); in udc_disconnect() 887 writel(USBCMD_ITC(MICRO_8FRAME) | USBCMD_RST, &udc->usbcmd); in ci_pullup() 903 writel(USBCMD_ITC(MICRO_8FRAME) | USBCMD_RUN, &udc->usbcmd); in ci_pullup()
|
/external/u-boot/arch/arm/include/asm/ |
D | ehci-omap.h | 104 u32 usbcmd; /* 0x10 */ member
|
/external/u-boot/arch/arm/mach-rmobile/include/mach/ |
D | ehci-rmobile.h | 134 u32 usbcmd; /* usbcmd */ member
|
/external/u-boot/include/usb/ |
D | ehci-ci.h | 200 u32 usbcmd; /* 0x140 - USB Command */ member
|