Home
last modified time | relevance | path

Searched refs:EHCI_USBCMD (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-rcar_gen3.c19 #define EHCI_USBCMD 0x120 macro
61 setbits_le32((uintptr_t)(base + EHCI_USBCMD), CMD_RESET); in ehci_hcd_stop()
62 ret = wait_for_bit_le32((void *)(uintptr_t)base + EHCI_USBCMD, in ehci_hcd_stop()
H A Dehci-rmobile.c46 setbits_le32(base + EHCI_USBCMD, CMD_RESET); in ehci_hcd_stop()
48 if (!(readl(base + EHCI_USBCMD) & CMD_RESET)) in ehci_hcd_stop()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rmobile/include/mach/
H A Dehci-rmobile.h17 #define EHCI_USBCMD (EHCI_OFFSET + 0x0020) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dpci-quirks.c51 #define EHCI_USBCMD 0 /* command register */ macro
977 val = readl(op_reg_base + EHCI_USBCMD); in quirk_usb_disable_ehci()
979 writel(val, op_reg_base + EHCI_USBCMD); in quirk_usb_disable_ehci()