Home
last modified time | relevance | path

Searched refs:usb_cmd (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-vf.c89 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 Dehci-mx6.c152 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 Dehci-tegra.c802 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 Dusb.h44 uint usb_cmd; member
85 uint usb_cmd; member
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dep0.c202 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 Dgadget.h73 __le32 usb_cmd; member
/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dep0.c226 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 Dgadget.h73 __le32 usb_cmd; member
/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Dboard2.c191 writel(USBCMD_FS2, &usbctlr->usb_cmd); in board_early_init_f()