Searched refs:num_phys (Results 1 – 9 of 9) sorted by relevance
| /openbmc/u-boot/include/ |
| H A D | dwc3-uboot.h | 44 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 D | phy-sun4i-usb.c | 81 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 D | xhci-dwc3.c | 24 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 D | dwc3-generic.c | 29 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 D | core.c | 793 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 D | xusb-padctl-common.h | 68 unsigned int num_phys; member
|
| H A D | xusb-padctl-common.c | 52 for (i = 0; i < padctl.socdata->num_phys; i++) { in tegra_xusb_phy_get()
|
| /openbmc/u-boot/arch/arm/mach-tegra/tegra124/ |
| H A D | xusb-padctl.c | 318 .num_phys = ARRAY_SIZE(tegra124_phys),
|
| /openbmc/u-boot/arch/arm/mach-tegra/tegra210/ |
| H A D | xusb-padctl.c | 424 .num_phys = ARRAY_SIZE(tegra210_phys),
|