Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dehci-rmobile.c45 setbits_le32(base + EHCI_USBCMD, CMD_RESET); in ehci_hcd_stop()
47 if (!(readl(base + EHCI_USBCMD) & CMD_RESET)) in ehci_hcd_stop()
/openbmc/u-boot/arch/arm/mach-rmobile/include/mach/
H A Dehci-rmobile.h16 #define EHCI_USBCMD (EHCI_OFFSET + 0x0020) macro
/openbmc/linux/drivers/usb/host/
H A Dpci-quirks.c51 #define EHCI_USBCMD 0 /* command register */ macro
984 val = readl(op_reg_base + EHCI_USBCMD); in quirk_usb_disable_ehci()
986 writel(val, op_reg_base + EHCI_USBCMD); in quirk_usb_disable_ehci()