/external/u-boot/drivers/usb/host/ |
ehci-fsl.c | 36 static void set_txfifothresh(struct usb_ehci *, u32); 38 static int ehci_fsl_init(struct ehci_fsl_priv *priv, struct usb_ehci *ehci, 41 static int ehci_fsl_init(int index, struct usb_ehci *ehci, 46 static int usb_phy_clk_valid(struct usb_ehci *ehci) 75 struct usb_ehci *ehci = NULL; 79 ehci = (struct usb_ehci *)priv->hcd_base; 93 struct usb_ehci *ehci = NULL; 105 ehci = (struct usb_ehci *)priv->hcd_base; 148 struct usb_ehci *ehci = NULL; 152 ehci = (struct usb_ehci *)CONFIG_SYS_FSL_USB1_ADDR [all...] |
ehci-msm.c | 37 struct usb_ehci *ehci; /* Start of IP core*/ 64 struct usb_ehci *ehci = p->ehci; 96 struct usb_ehci *ehci = p->ehci; 115 struct usb_ehci *ehci = p->ehci; 166 U_BOOT_DRIVER(usb_ehci) = { variable
|
ehci-vf.c | 84 static void usb_phy_enable(int index, struct usb_ehci *ehci) 139 int ehci_vf_common_init(struct usb_ehci *ehci, int index) 160 struct usb_ehci *ehci; 167 ehci = (struct usb_ehci *)nc_reg_bases[index]; 209 struct usb_ehci *ehci; 225 priv->ehci = (struct usb_ehci *)devfdt_get_addr(dev); 272 struct usb_ehci *ehci = priv->ehci; 315 struct usb_ehci *ehci = priv->ehci; 347 U_BOOT_DRIVER(usb_ehci) = { variable
|
ehci-zynq.c | 21 struct usb_ehci *ehci; 28 priv->ehci = (struct usb_ehci *)devfdt_get_addr_ptr(dev);
|
ehci-mx6.c | 128 static int usb_phy_enable(int index, struct usb_ehci *ehci) 315 int ehci_mx6_common_init(struct usb_ehci *ehci, int index) 348 struct usb_ehci *ehci = (struct usb_ehci *)(USB_BASE_ADDR + 390 struct usb_ehci *ehci; 400 struct usb_ehci *ehci = priv->ehci; 506 struct usb_ehci *ehci = (struct usb_ehci *)devfdt_get_addr(dev);
|
ehci-mx5.c | 216 void __weak board_ehci_hcd_postinit(struct usb_ehci *ehci, int port) 233 struct usb_ehci *ehci; 247 ehci = (struct usb_ehci *)(OTG_BASE_ADDR +
|
ehci-mxc.c | 213 struct usb_ehci *ehci; 224 ehci = (struct usb_ehci *)(IMX_USB_BASE +
|
ehci-exynos.c | 251 U_BOOT_DRIVER(usb_ehci) = { variable
|
ehci-tegra.c | 858 U_BOOT_DRIVER(usb_ehci) = { variable
|
/external/u-boot/arch/powerpc/cpu/mpc83xx/ |
cpu_init.c | 317 struct usb_ehci *ehci = (struct usb_ehci *)CONFIG_SYS_FSL_USB1_ADDR;
|
/external/u-boot/include/usb/ |
ehci-ci.h | 173 struct usb_ehci { struct
|
/external/u-boot/arch/arm/mach-exynos/include/mach/ |
cpu.h | 307 SAMSUNG_BASE(usb_ehci, USB_HOST_EHCI_BASE)
|