Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dehci-mxs.c95 uint32_t usb_base, cap_base; in ehci_hcd_init() local
127 usb_base = port->usb_regs + 0x100; in ehci_hcd_init()
128 *hccr = (struct ehci_hccr *)usb_base; in ehci_hcd_init()
131 *hcor = (struct ehci_hcor *)(usb_base + HC_LENGTH(cap_base)); in ehci_hcd_init()
139 uint32_t usb_base, cap_base, tmp; in ehci_hcd_stop() local
152 usb_base = port->usb_regs + 0x100; in ehci_hcd_stop()
153 hccr = (struct ehci_hccr *)usb_base; in ehci_hcd_stop()
155 hcor = (struct ehci_hcor *)(usb_base + HC_LENGTH(cap_base)); in ehci_hcd_stop()
A Dehci-mx5.c87 void __iomem *usb_base = (void __iomem *)OTG_BASE_ADDR; in mxc_set_usbcontrol() local
91 usbother_base = usb_base + MX5_USBOTHER_REGS_OFFSET; in mxc_set_usbcontrol()
/u-boot/arch/powerpc/dts/
A Dgazerbeam.dts45 usb_base = <0x0080>;
103 usb_base = <0x0070>;

Completed in 4 milliseconds