Searched refs:usbcmd (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ehci-msm.c | 73 setbits_le32(&ehci->usbcmd, SESS_VLD_CTRL); in msm_init_after_reset() 122 clrbits_le32(&ehci->usbcmd, CMD_RUN); in ehci_usb_remove() 131 setbits_le32(&ehci->usbcmd, CMD_RESET); in ehci_usb_remove() 134 if (wait_for_bit_le32(&ehci->usbcmd, CMD_RESET, false, 30, false)) { in ehci_usb_remove()
|
| H A D | ehci-vf.c | 93 usb_cmd = (void __iomem *)&ehci->usbcmd; in usb_phy_enable()
|
| H A D | ehci-mx6.c | 160 usb_cmd = (void __iomem *)&ehci->usbcmd; in usb_phy_enable()
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | ci_udc.h | 13 u32 usbcmd; /* 0x130 */ member 34 u32 usbcmd; /* 0x140 */ member
|
| H A D | ci_udc.c | 877 writel(USBCMD_FS2, &udc->usbcmd); in udc_disconnect() 888 writel(USBCMD_ITC(MICRO_8FRAME) | USBCMD_RST, &udc->usbcmd); in ci_pullup() 904 writel(USBCMD_ITC(MICRO_8FRAME) | USBCMD_RUN, &udc->usbcmd); in ci_pullup()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rmobile/include/mach/ |
| H A D | ehci-rmobile.h | 135 u32 usbcmd; /* usbcmd */ member
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | ehci-omap.h | 105 u32 usbcmd; /* 0x10 */ member
|
| /rk3399_rockchip-uboot/include/usb/ |
| H A D | ehci-ci.h | 201 u32 usbcmd; /* 0x140 - USB Command */ member
|