HomeSort by: relevance | last modified time | path
    Searched refs:phy_ulpi_ext_vbus (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/evbppc/obs405/
obs600_autoconf.c 77 .phy_ulpi_ext_vbus = 0,
  /src/sys/arch/arm/broadcom/
bcm2835_dwctwo.c 80 .phy_ulpi_ext_vbus = 0,
  /src/sys/arch/mips/ingenic/
ingenic_dwctwo.c 81 .phy_ulpi_ext_vbus = -1,
  /src/sys/arch/mips/cavium/dev/
octeon_dwctwo.c 118 .phy_ulpi_ext_vbus = 0,
  /src/sys/external/bsd/dwc2/dist/
dwc2_core.h 295 * @phy_ulpi_ext_vbus: For a ULPI phy, specifies whether to use the internal or
377 int phy_ulpi_ext_vbus; member in struct:dwc2_core_params
dwc2_core.c 910 if (hsotg->core_params->phy_ulpi_ext_vbus ==
2959 "Wrong value for phy_ulpi_ext_vbus\n");
2961 "phy_ulpi_ext_vbus must be 0 or 1\n");
2964 dev_dbg(hsotg->dev, "Setting phy_ulpi_ext_vbus to %d\n", val);
2967 hsotg->core_params->phy_ulpi_ext_vbus = val;
3222 params->phy_ulpi_ext_vbus);

Completed in 49 milliseconds