Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dehci-mxs.c94 uint32_t usb_base, cap_base; in ehci_hcd_init() local
129 cap_base = ehci_readl(&(*hccr)->cr_capbase); 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() local
153 cap_base = ehci_readl(&hccr->cr_capbase); in ehci_hcd_stop()
154 hcor = (struct ehci_hcor *)(usb_base + HC_LENGTH(cap_base)); in ehci_hcd_stop()
H A Dehci-rmobile.c71 uint32_t cap_base; in ehci_hcd_init() local
124 cap_base = ehci_readl(&(*hccr)->cr_capbase); in ehci_hcd_init()
125 *hcor = (struct ehci_hcor *)((uint32_t)*hccr + HC_LENGTH(cap_base)); in ehci_hcd_init()