Home
last modified time | relevance | path

Searched refs:hcd_base (Results 1 – 9 of 9) sorted by relevance

/drivers/usb/host/
A Dehci-fsl.c29 fdt_addr_t hcd_base; member
70 ehci = (struct usb_ehci *)lower_32_bits(priv->hcd_base); in ehci_fsl_init_after_reset()
72 ehci = (struct usb_ehci *)priv->hcd_base; in ehci_fsl_init_after_reset()
96 priv->hcd_base = dev_read_addr(dev); in ehci_fsl_probe()
97 if (priv->hcd_base == FDT_ADDR_T_NONE) { in ehci_fsl_probe()
102 ehci = (struct usb_ehci *)lower_32_bits(priv->hcd_base); in ehci_fsl_probe()
104 ehci = (struct usb_ehci *)priv->hcd_base; in ehci_fsl_probe()
A Dxhci-generic.c16 fdt_addr_t hcd_base; member
36 ctx->hcd = (struct xhci_hccr *)phys_to_virt(plat->hcd_base); in xhci_usb_probe()
50 plat->hcd_base = dev_read_addr(dev); in xhci_usb_of_to_plat()
51 if (plat->hcd_base == FDT_ADDR_T_NONE) { in xhci_usb_of_to_plat()
A Dxhci-fsl.c24 fdt_addr_t hcd_base; member
116 priv->hcd_base = dev_read_addr(dev); in xhci_fsl_probe()
117 if (priv->hcd_base == FDT_ADDR_T_NONE) { in xhci_fsl_probe()
121 priv->ctx.hcd = (struct xhci_hccr *)priv->hcd_base; in xhci_fsl_probe()
122 priv->ctx.dwc3_reg = (struct dwc3 *)((char *)(priv->hcd_base) + in xhci_fsl_probe()
A Dehci-marvell.c47 fdt_addr_t hcd_base; member
117 priv->hcd_base + USB2_SBUSCFG_OFF); in marvell_ehci_powerup_fixup()
135 priv->hcd_base = dev_read_addr(dev); in ehci_mvebu_probe()
136 if (priv->hcd_base == FDT_ADDR_T_NONE) { in ehci_mvebu_probe()
151 usb_brg_adrdec_setup(dev, (void *)priv->hcd_base); in ehci_mvebu_probe()
153 hccr = (struct ehci_hccr *)(priv->hcd_base + 0x100); in ehci_mvebu_probe()
167 void *phy_calib_reg = (void *)(priv->hcd_base + PHY_CALIB_OFFSET); in ehci_mvebu_probe()
A Dxhci-mvebu.c18 fdt_addr_t hcd_base; member
48 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_usb_probe()
74 plat->hcd_base = dev_read_addr(dev); in xhci_usb_of_to_plat()
75 if (plat->hcd_base == FDT_ADDR_T_NONE) { in xhci_usb_of_to_plat()
A Dehci-atmel.c79 fdt_addr_t hcd_base; in ehci_atmel_probe() local
91 hcd_base = dev_read_addr(dev); in ehci_atmel_probe()
92 if (hcd_base == FDT_ADDR_T_NONE) { in ehci_atmel_probe()
97 hccr = (struct ehci_hccr *)hcd_base; in ehci_atmel_probe()
A Dxhci-rcar.c32 fdt_addr_t hcd_base; member
95 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_rcar_probe()
135 plat->hcd_base = dev_read_addr(dev); in xhci_rcar_of_to_plat()
136 if (plat->hcd_base == FDT_ADDR_T_NONE) { in xhci_rcar_of_to_plat()
A Dxhci-exynos5.c38 fdt_addr_t hcd_base; member
65 plat->hcd_base = dev_read_addr(dev); in xhci_usb_of_to_plat()
66 if (plat->hcd_base == FDT_ADDR_T_NONE) { in xhci_usb_of_to_plat()
213 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_usb_probe()
A Dehci-exynos.c31 fdt_addr_t hcd_base; member
56 plat->hcd_base = dev_read_addr(dev); in ehci_usb_of_to_plat()
57 if (plat->hcd_base == FDT_ADDR_T_NONE) { in ehci_usb_of_to_plat()
221 ctx->hcd = (struct ehci_hccr *)plat->hcd_base; in ehci_usb_probe()

Completed in 14 milliseconds