Searched refs:phy_connection_type (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/freescale/fs_enet/ |
D | fs_enet-main.c | 1014 const char *phy_connection_type; in fs_enet_probe() local 1044 phy_connection_type = of_get_property(ofdev->dev.of_node, in fs_enet_probe() 1046 if (phy_connection_type && !strcmp("rmii", phy_connection_type)) in fs_enet_probe()
|
/linux-3.4.99/drivers/net/ethernet/freescale/ |
D | ucc_geth.c | 3749 static phy_interface_t to_phy_interface(const char *phy_connection_type) in to_phy_interface() argument 3751 if (strcasecmp(phy_connection_type, "mii") == 0) in to_phy_interface() 3753 if (strcasecmp(phy_connection_type, "gmii") == 0) in to_phy_interface() 3755 if (strcasecmp(phy_connection_type, "tbi") == 0) in to_phy_interface() 3757 if (strcasecmp(phy_connection_type, "rmii") == 0) in to_phy_interface() 3759 if (strcasecmp(phy_connection_type, "rgmii") == 0) in to_phy_interface() 3761 if (strcasecmp(phy_connection_type, "rgmii-id") == 0) in to_phy_interface() 3763 if (strcasecmp(phy_connection_type, "rgmii-txid") == 0) in to_phy_interface() 3765 if (strcasecmp(phy_connection_type, "rgmii-rxid") == 0) in to_phy_interface() 3767 if (strcasecmp(phy_connection_type, "rtbi") == 0) in to_phy_interface() [all …]
|