Searched refs:usb_cmd (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci-vf.c | 89 void __iomem *usb_cmd; in usb_phy_enable() local 93 usb_cmd = (void __iomem *)&ehci->usbcmd; in usb_phy_enable() 96 clrbits_le32(usb_cmd, UCMD_RUN_STOP); in usb_phy_enable() 97 while (readl(usb_cmd) & UCMD_RUN_STOP) in usb_phy_enable() 100 setbits_le32(usb_cmd, UCMD_RESET); in usb_phy_enable() 101 while (readl(usb_cmd) & UCMD_RESET) in usb_phy_enable()
|
| H A D | ehci-mx6.c | 152 void __iomem *usb_cmd; in usb_phy_enable() local 160 usb_cmd = (void __iomem *)&ehci->usbcmd; in usb_phy_enable() 163 clrbits_le32(usb_cmd, UCMD_RUN_STOP); in usb_phy_enable() 164 ret = wait_for_bit_le32(usb_cmd, UCMD_RUN_STOP, false, 10000, false); in usb_phy_enable() 168 setbits_le32(usb_cmd, UCMD_RESET); in usb_phy_enable() 169 ret = wait_for_bit_le32(usb_cmd, UCMD_RESET, false, 10000, false); in usb_phy_enable()
|
| H A D | ehci-tegra.c | 802 writel(0, &usbctlr->usb_cmd); in usb_common_uninit() 806 writel(2, &usbctlr->usb_cmd); in usb_common_uninit() 843 hcor = (struct ehci_hcor *)&priv->reg->usb_cmd; in ehci_usb_probe()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/ |
| H A D | usb.h | 44 uint usb_cmd; member 85 uint usb_cmd; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/cdns3/ |
| H A D | ep0.c | 202 reg = readl(&priv_dev->regs->usb_cmd); in cdns3_req_ep0_set_address() 205 &priv_dev->regs->usb_cmd); in cdns3_req_ep0_set_address() 322 cdns3_set_register_bit(&priv_dev->regs->usb_cmd, in cdns3_ep0_feature_handle_device()
|
| H A D | gadget.h | 73 __le32 usb_cmd; member
|
| /OK3568_Linux_fs/u-boot/drivers/usb/cdns3/ |
| H A D | ep0.c | 226 reg = readl(&priv_dev->regs->usb_cmd); in cdns3_req_ep0_set_address() 229 &priv_dev->regs->usb_cmd); in cdns3_req_ep0_set_address() 350 cdns3_set_register_bit(&priv_dev->regs->usb_cmd, in cdns3_ep0_feature_handle_device()
|
| H A D | gadget.h | 73 __le32 usb_cmd; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/ |
| H A D | board2.c | 191 writel(USBCMD_FS2, &usbctlr->usb_cmd); in board_early_init_f()
|