/src/sys/arch/arm/sunxi/ |
sun9i_a80_usbphy.c | 169 const char *phy_type; local in function:sun9i_usbphy_attach 185 phy_type = fdtbus_get_string(phandle, "phy_type"); 186 if (phy_type && strcmp(phy_type, "hsic") == 0) {
|
sunxi_emac.c | 984 const char *phy_type; local in function:sunxi_emac_setup_phy 986 phy_type = fdtbus_get_string(sc->phandle, "phy-mode"); 987 if (phy_type == NULL) 990 aprint_debug_dev(sc->dev, "PHY type: %s\n", phy_type); 996 if (strncmp(phy_type, "rgmii", 5) == 0) 998 else if (strcmp(phy_type, "rmii") == 0)
|
/src/sys/dev/fdt/ |
dwc3_fdt.c | 128 const char *max_speed, *phy_type; local in function:dwc3_fdt_enable_phy 134 phy_type = fdtbus_get_string(phandle, "phy_type"); 135 if (phy_type && strcmp(phy_type, "utmi_wide") == 0) 137 else if (phy_type && strcmp(phy_type, "utmi") == 0)
|
dwc2_fdt.c | 223 params->phy_type = DWC2_PHY_TYPE_PARAM_UTMI;
|
/src/sys/arch/evbppc/obs405/ |
obs600_autoconf.c | 74 .phy_type = 2, /* ULPI */
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
imx35-eukrea-mbimxsd35-baseboard.dts | 146 phy_type = "serial"; 152 phy_type = "utmi";
|
imx6qdl-prti6q.dtsi | 70 phy_type = "utmi"; 79 phy_type = "utmi";
|
imx51-eukrea-mbimxsd51-baseboard.dts | 260 phy_type = "ulpi"; 266 phy_type = "utmi_wide";
|
imx28-cfa10036.dts | 115 phy_type = "utmi";
|
imx51-digi-connectcore-jsk.dts | 67 phy_type = "ulpi";
|
imx27-eukrea-cpuimx27.dtsi | 76 phy_type = "ulpi"; 85 phy_type = "ulpi";
|
imx27-pdk.dts | 114 phy_type = "ulpi";
|
tegra20.dtsi | 750 phy_type = "utmi"; 764 phy_type = "utmi"; 789 phy_type = "ulpi"; 800 phy_type = "ulpi"; 815 phy_type = "utmi"; 827 phy_type = "utmi";
|
imx53-cx9020.dts | 176 phy_type = "utmi";
|
imx53-tx53.dtsi | 583 phy_type = "utmi"; 590 phy_type = "utmi";
|
imx53-ppd.dts | 683 phy_type = "utmi"; 691 phy_type = "utmi"; 699 phy_type = "ulpi"; 709 phy_type = "ulpi";
|
imx6dl-alti6p.dts | 358 phy_type = "utmi"; 367 phy_type = "utmi";
|
imx51-zii-rdu1.dts | 610 phy_type = "ulpi"; 622 phy_type = "ulpi"; 636 phy_type = "utmi_wide";
|
/src/sys/arch/arm/broadcom/ |
bcm2835_dwctwo.c | 77 .phy_type = 1, /* UTMI */
|
/src/sys/arch/mips/ingenic/ |
ingenic_dwctwo.c | 78 .phy_type = -1, /* UTMI */
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/ |
dmub_cmd.h | 233 uint8_t phy_type; member in struct:dmub_cmd_psr_copy_settings_data
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc_types.h | 689 enum phy_type { enum 705 enum phy_type phyType;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
dce_dmcu.h | 201 * 22 phy_type 214 unsigned int phy_type:1; /*[22:22]*/ member in struct:dce_dmcu_psr_config_data_reg1::__anonbf059aaf0108
|
dmub_psr.c | 167 copy_settings_data->phy_type = psr_context->phyType;
|
/src/sys/dev/pci/ixgbe/ |
ixgbe_phy.c | 465 enum ixgbe_phy_type phy_type; local in function:ixgbe_get_phy_type_from_id 471 phy_type = ixgbe_phy_tn; 475 phy_type = ixgbe_phy_aq; 478 phy_type = ixgbe_phy_qt; 481 phy_type = ixgbe_phy_nl; 485 phy_type = ixgbe_phy_x550em_ext_t; 489 phy_type = ixgbe_phy_ext_1g_t; 492 phy_type = ixgbe_phy_unknown; 495 return phy_type;
|