Home
last modified time | relevance | path

Searched refs:OMAP_XHCI_BASE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/linux/usb/
H A Dxhci-omap.h14 #define OMAP_XHCI_BASE 0x488d0000 macro
18 #define OMAP_XHCI_BASE 0x48890000 macro
23 #define OMAP_XHCI_BASE 0x483d0000 macro
28 #define OMAP_XHCI_BASE 0x4a030000 macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-omap.c56 ctx->hcd = (struct xhci_hccr *)OMAP_XHCI_BASE; in xhci_hcd_init()
73 *hccr = (struct xhci_hccr *)(OMAP_XHCI_BASE); in xhci_hcd_init()