Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Ddwc3-uboot.h44 int dwc3_setup_phy(struct udevice *dev, struct phy **array, int *num_phys);
45 int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, int num_phys);
48 int *num_phys) in dwc3_setup_phy() argument
54 int num_phys) in dwc3_shutdown_phy() argument
/openbmc/u-boot/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c81 int num_phys; member
349 if (args->args_count >= data->cfg->num_phys) in sun4i_usb_phy_xlate()
427 for (i = 0; i < data->cfg->num_phys; i++) { in sun4i_usb_phy_probe()
496 .num_phys = 3,
505 .num_phys = 2,
514 .num_phys = 3,
523 .num_phys = 3,
532 .num_phys = 2,
541 .num_phys = 2,
550 .num_phys = 3,
[all …]
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-dwc3.c24 int num_phys; member
127 ret = dwc3_setup_phy(dev, &plat->usb_phys, &plat->num_phys); in xhci_dwc3_probe()
149 dwc3_shutdown_phy(dev, plat->usb_phys, plat->num_phys); in xhci_dwc3_remove()
/openbmc/u-boot/drivers/usb/dwc3/
H A Ddwc3-generic.c29 int num_phys; member
49 rc = dwc3_setup_phy(dev, &priv->phys, &priv->num_phys); in dwc3_generic_peripheral_probe()
72 dwc3_shutdown_phy(dev, priv->phys, priv->num_phys); in dwc3_generic_peripheral_remove()
H A Dcore.c793 int dwc3_setup_phy(struct udevice *dev, struct phy **array, int *num_phys) in dwc3_setup_phy() argument
838 *num_phys = count; in dwc3_setup_phy()
857 int dwc3_shutdown_phy(struct udevice *dev, struct phy *usb_phys, int num_phys) in dwc3_shutdown_phy() argument
861 for (i = 0; i < num_phys; i++) { in dwc3_shutdown_phy()
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dxusb-padctl-common.h68 unsigned int num_phys; member
H A Dxusb-padctl-common.c52 for (i = 0; i < padctl.socdata->num_phys; i++) { in tegra_xusb_phy_get()
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/
H A Dxusb-padctl.c318 .num_phys = ARRAY_SIZE(tegra124_phys),
/openbmc/u-boot/arch/arm/mach-tegra/tegra210/
H A Dxusb-padctl.c424 .num_phys = ARRAY_SIZE(tegra210_phys),