Searched refs:usb_base (Results 1 – 2 of 2) sorted by relevance
94 uint32_t usb_base, cap_base; in ehci_hcd_init() local126 usb_base = port->usb_regs + 0x100; in ehci_hcd_init()127 *hccr = (struct ehci_hccr *)usb_base; in ehci_hcd_init()130 *hcor = (struct ehci_hcor *)(usb_base + HC_LENGTH(cap_base)); in ehci_hcd_init()138 uint32_t usb_base, cap_base, tmp; in ehci_hcd_stop() local151 usb_base = port->usb_regs + 0x100; in ehci_hcd_stop()152 hccr = (struct ehci_hccr *)usb_base; in ehci_hcd_stop()154 hcor = (struct ehci_hcor *)(usb_base + HC_LENGTH(cap_base)); in ehci_hcd_stop()
82 void __iomem *usb_base = (void __iomem *)OTG_BASE_ADDR; in mxc_set_usbcontrol() local86 usbother_base = usb_base + MX5_USBOTHER_REGS_OFFSET; in mxc_set_usbcontrol()