Searched refs:usb_cmd (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-vf.c | 88 void __iomem *usb_cmd; in usb_phy_enable() local 92 usb_cmd = (void __iomem *)&ehci->usbcmd; in usb_phy_enable() 95 clrbits_le32(usb_cmd, UCMD_RUN_STOP); in usb_phy_enable() 96 while (readl(usb_cmd) & UCMD_RUN_STOP) in usb_phy_enable() 99 setbits_le32(usb_cmd, UCMD_RESET); in usb_phy_enable() 100 while (readl(usb_cmd) & UCMD_RESET) in usb_phy_enable()
|
H A D | ehci-mx6.c | 132 void __iomem *usb_cmd; in usb_phy_enable() local 140 usb_cmd = (void __iomem *)&ehci->usbcmd; in usb_phy_enable() 143 clrbits_le32(usb_cmd, UCMD_RUN_STOP); in usb_phy_enable() 144 ret = wait_for_bit_le32(usb_cmd, UCMD_RUN_STOP, false, 10000, false); in usb_phy_enable() 148 setbits_le32(usb_cmd, UCMD_RESET); in usb_phy_enable() 149 ret = wait_for_bit_le32(usb_cmd, UCMD_RESET, false, 10000, false); in usb_phy_enable()
|
H A D | ehci-tegra.c | 799 writel(0, &usbctlr->usb_cmd); in usb_common_uninit() 803 writel(2, &usbctlr->usb_cmd); in usb_common_uninit() 840 hcor = (struct ehci_hcor *)&priv->reg->usb_cmd; in ehci_usb_probe()
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/ |
H A D | usb.h | 43 uint usb_cmd; member 84 uint usb_cmd; member
|
/openbmc/u-boot/arch/arm/mach-tegra/ |
H A D | board2.c | 191 writel(USBCMD_FS2, &usbctlr->usb_cmd); in board_early_init_f()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdns3-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 | cdns3-gadget.h | 74 __le32 usb_cmd; member
|