Searched refs:gxio_usb_host_get_reg_start (Results 1 – 4 of 4) sorted by relevance
79 void *gxio_usb_host_get_reg_start(gxio_usb_host_context_t *context) in gxio_usb_host_get_reg_start() function84 EXPORT_SYMBOL_GPL(gxio_usb_host_get_reg_start);
125 (ulong) gxio_usb_host_get_reg_start(&pdata->usb_ctx); in ohci_hcd_tilegx_drv_probe()127 hcd->regs = gxio_usb_host_get_reg_start(&pdata->usb_ctx); in ohci_hcd_tilegx_drv_probe()
131 (ulong) gxio_usb_host_get_reg_start(&pdata->usb_ctx); in ehci_hcd_tilegx_drv_probe()133 hcd->regs = gxio_usb_host_get_reg_start(&pdata->usb_ctx); in ehci_hcd_tilegx_drv_probe()
78 extern void *gxio_usb_host_get_reg_start(gxio_usb_host_context_t *context);