Searched refs:usbcmd (Results 1 – 10 of 10) sorted by relevance
| /u-boot/drivers/usb/host/ |
| A D | ehci-msm.c | 82 clrbits_le32(&ehci->usbcmd, CMD_RUN); in ehci_usb_remove() 93 setbits_le32(&ehci->usbcmd, CMD_RESET); in ehci_usb_remove() 96 if (wait_for_bit_le32(&ehci->usbcmd, CMD_RESET, false, 30, false)) { in ehci_usb_remove()
|
| A D | ehci-vf.c | 95 usb_cmd = (void __iomem *)&ehci->usbcmd; in usb_phy_enable()
|
| A D | ehci-omap.c | 390 hcor = (struct ehci_hcor *)&priv->ehci->usbcmd;
|
| A D | ehci-mx6.c | 162 usb_cmd = (void __iomem *)&ehci->usbcmd; in usb_phy_enable()
|
| /u-boot/drivers/usb/gadget/ |
| A D | ci_udc.h | 13 u32 usbcmd; /* 0x130 */ member 34 u32 usbcmd; /* 0x140 */ member
|
| A D | ci_udc.c | 886 writel(USBCMD_FS2, &udc->usbcmd); in udc_disconnect() 897 writel(USBCMD_ITC(MICRO_8FRAME) | USBCMD_RST, &udc->usbcmd); in ci_pullup() 915 setbits_le32(&udc->usbcmd, USBCMD_ITC(MICRO_8FRAME) | in ci_pullup()
|
| /u-boot/drivers/phy/ |
| A D | msm8916-usbh-phy.c | 61 setbits_le32(&p->ehci->usbcmd, SESS_VLD_CTRL); in msm_phy_reset()
|
| /u-boot/arch/arm/mach-rmobile/include/mach/ |
| A D | ehci-rmobile.h | 134 u32 usbcmd; /* usbcmd */ member
|
| /u-boot/arch/arm/include/asm/ |
| A D | ehci-omap.h | 104 u32 usbcmd; /* 0x10 */ member
|
| /u-boot/include/usb/ |
| A D | ehci-ci.h | 200 u32 usbcmd; /* 0x140 - USB Command */ member
|
Completed in 19 milliseconds