HomeSort by relevance Sort by last modified time
    Searched refs:phy_mode (Results 1 - 22 of 22) sorted by null

  /external/u-boot/board/freescale/ls1012aqds/
ls1012aqds.c 168 prop_val.phy_mode, strlen(prop_val.phy_mode) + 1, 1);
197 prop_val.phy_mode = "sgmii";
209 prop_val.phy_mode = "rgmii";
224 prop_val.phy_mode = "sgmii-2500";
236 prop_val.phy_mode = "sgmii-2500";
ls1012aqds_pfe.h 43 char *phy_mode; member in struct:pfe_prop_val
  /external/u-boot/drivers/net/pfe_eth/
pfe_mdio.c 162 if (gem->phy_mode == PHY_INTERFACE_MODE_SGMII_2500)
221 if (gem->phy_mode == PHY_INTERFACE_MODE_SGMII ||
222 gem->phy_mode == PHY_INTERFACE_MODE_SGMII_2500) {
234 phydev = phy_connect(gem->bus, phy_id, dev, gem->phy_mode);
286 void pfe_set_phy_address_mode(int dev_id, int phy_id, int phy_mode)
289 gem_info[dev_id].phy_mode = phy_mode;
pfe_eth.c 23 .phy_mode = PHY_INTERFACE_MODE_SGMII,
33 .phy_mode = PHY_INTERFACE_MODE_RGMII_TXID,
  /external/u-boot/arch/arm/mach-socfpga/
misc.c 172 const char *phy_mode; local
194 phy_mode = fdt_getprop(fdt, node, "phy-mode", NULL);
195 ret = dwmac_phymode_to_modereg(phy_mode, &phy_modereg);
  /external/u-boot/include/net/pfe_eth/
pfe_eth.h 75 int phy_mode; member in struct:gemac_s
98 void pfe_set_phy_address_mode(int dev_id, int phy_id, int phy_mode);
  /external/u-boot/drivers/net/
sni_ave.c 145 int phy_mode; member in struct:ave_private
387 phydev = phy_find_by_mask(priv->bus, mask, priv->phy_mode);
477 if (priv->phy_mode != PHY_INTERFACE_MODE_RGMII)
627 switch (priv->phy_mode) {
655 switch (priv->phy_mode) {
682 switch (priv->phy_mode) {
709 switch (priv->phy_mode) {
732 const char *phy_mode; local
743 phy_mode = fdt_getprop(gd->fdt_blob, dev_of_offset(dev), "phy-mode",
745 if (phy_mode)
    [all...]
cpsw.c 1184 phy_interface_t phy_mode)
1194 switch (phy_mode) {
1239 phy_interface_t phy_mode)
1248 switch (phy_mode) {
1289 phy_interface_t phy_mode)
1292 cpsw_gmii_sel_am3352(priv, phy_mode);
1294 cpsw_gmii_sel_am3352(priv, phy_mode);
1296 cpsw_gmii_sel_dra7xx(priv, phy_mode);
1304 const char *phy_mode; local
    [all...]
altera_tse.c 676 const char *phy_mode; local
679 phy_mode = fdt_getprop(gd->fdt_blob, dev_of_offset(dev), "phy-mode",
681 if (phy_mode)
682 pdata->phy_interface = phy_get_interface_by_name(phy_mode);
684 debug("%s: Invalid PHY interface '%s'\n", __func__, phy_mode);
pic32_eth.c 530 const char *phy_mode; local
547 phy_mode = fdt_getprop(gd->fdt_blob, dev_of_offset(dev), "phy-mode",
549 if (phy_mode)
550 pdata->phy_interface = phy_get_interface_by_name(phy_mode);
552 debug("%s: Invalid PHY interface '%s'\n", __func__, phy_mode);
ravb.c 638 const char *phy_mode; local
644 phy_mode = fdt_getprop(gd->fdt_blob, dev_of_offset(dev), "phy-mode",
646 if (phy_mode)
647 pdata->phy_interface = phy_get_interface_by_name(phy_mode);
649 debug("%s: Invalid PHY interface '%s'\n", __func__, phy_mode);
xilinx_axi_emac.c 716 const char *phy_mode; local
742 phy_mode = fdt_getprop(gd->fdt_blob, node, "phy-mode", NULL);
743 if (phy_mode)
744 pdata->phy_interface = phy_get_interface_by_name(phy_mode);
746 printf("%s: Invalid PHY interface '%s'\n", __func__, phy_mode);
zynq_gem.c 697 const char *phy_mode; local
710 phy_mode = fdt_getprop(gd->fdt_blob, node, "phy-mode", NULL);
711 if (phy_mode)
712 pdata->phy_interface = phy_get_interface_by_name(phy_mode);
714 debug("%s: Invalid PHY interface '%s'\n", __func__, phy_mode);
mvneta.c 1782 const char *phy_mode; local
    [all...]
ag7xxx.c 975 const char *phy_mode; local
986 phy_mode = fdt_getprop(gd->fdt_blob, ret, "phy-mode", NULL);
987 if (phy_mode)
988 pdata->phy_interface = phy_get_interface_by_name(phy_mode);
990 debug("%s: Invalid PHY interface '%s'\n", __func__, phy_mode);
designware.c 793 const char *phy_mode; local
801 phy_mode = dev_read_string(dev, "phy-mode");
802 if (phy_mode)
803 pdata->phy_interface = phy_get_interface_by_name(phy_mode);
805 debug("%s: Invalid PHY interface '%s'\n", __func__, phy_mode);
fec_mxc.c 1319 const char *phy_mode; local
    [all...]
macb.c 1087 const char *phy_mode; local
1090 phy_mode = fdt_getprop(gd->fdt_blob, dev_of_offset(dev), "phy-mode",
1092 if (phy_mode)
1093 macb->phy_interface = phy_get_interface_by_name(phy_mode);
1095 debug("%s: Invalid PHY interface '%s'\n", __func__, phy_mode);
sh_eth.c 891 const char *phy_mode; local
897 phy_mode = fdt_getprop(gd->fdt_blob, dev_of_offset(dev), "phy-mode",
899 if (phy_mode)
900 pdata->phy_interface = phy_get_interface_by_name(phy_mode);
902 debug("%s: Invalid PHY interface '%s'\n", __func__, phy_mode);
sun8i_emac.c 788 const char *phy_mode; local
832 phy_mode = fdt_getprop(gd->fdt_blob, node, "phy-mode", NULL);
834 if (phy_mode)
835 pdata->phy_interface = phy_get_interface_by_name(phy_mode);
839 debug("%s: Invalid PHY interface '%s'\n", __func__, phy_mode);
tsec.c 781 const char *phy_mode; local
816 phy_mode = dev_read_prop(dev, "phy-connection-type", NULL);
817 if (phy_mode)
818 pdata->phy_interface = phy_get_interface_by_name(phy_mode);
820 debug("Invalid PHY interface '%s'\n", phy_mode);
mvpp2.c 4724 int phy_mode = -1; local
    [all...]

Completed in 451 milliseconds