Searched refs:usbcmd (Results 1 – 9 of 9) 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-omap.c | 357 hcor = (struct ehci_hcor *)&priv->ehci->usbcmd; in omap_ehci_probe()
|
| A D | ehci-vf.c | 95 usb_cmd = (void __iomem *)&ehci->usbcmd; in usb_phy_enable()
|
| A D | ehci-mx6.c | 204 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 | 889 writel(USBCMD_FS2, &udc->usbcmd); in udc_disconnect() 900 writel(USBCMD_ITC(MICRO_8FRAME) | USBCMD_RST, &udc->usbcmd); in ci_pullup() 918 setbits_le32(&udc->usbcmd, USBCMD_ITC(MICRO_8FRAME) | in ci_pullup()
|
| /u-boot/drivers/phy/qcom/ |
| A D | msm8916-usbh-phy.c | 61 setbits_le32(&p->ehci->usbcmd, SESS_VLD_CTRL); in msm_phy_reset()
|
| /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 | 186 u32 usbcmd; /* 0x140 - USB Command */ member
|
Completed in 19 milliseconds