Searched refs:usb_base (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci-mxs.c | 95 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()
|
| H A D | ehci-mx5.c | 85 void __iomem *usb_base = (void __iomem *)OTG_BASE_ADDR; in mxc_set_usbcontrol() local 89 usbother_base = usb_base + MX5_USBOTHER_REGS_OFFSET; in mxc_set_usbcontrol()
|
| /OK3568_Linux_fs/kernel/arch/mips/ar7/ |
| H A D | clock.c | 329 int usb_base, usb_mul, usb_prediv, usb_postdiv; in tnetd7200_init_clocks() local 391 usb_base = bus_clk.rate; in tnetd7200_init_clocks() 392 calculate(usb_base, TNETD7200_DEF_USB_CLK, &usb_prediv, in tnetd7200_init_clocks() 394 tnetd7200_set_clock(usb_base, &clocks->usb, in tnetd7200_init_clocks()
|