Searched refs:phy_connection_type (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/freescale/fs_enet/ |
| A D | fs_enet-main.c | 921 const char *phy_connection_type; in fs_enet_probe() local 957 phy_connection_type = of_get_property(ofdev->dev.of_node, in fs_enet_probe() 959 if (phy_connection_type && !strcmp("rmii", phy_connection_type)) in fs_enet_probe()
|
| /linux/drivers/net/ethernet/freescale/ |
| A D | ucc_geth.c | 3471 static phy_interface_t to_phy_interface(const char *phy_connection_type) in to_phy_interface() argument 3473 if (strcasecmp(phy_connection_type, "mii") == 0) in to_phy_interface() 3475 if (strcasecmp(phy_connection_type, "gmii") == 0) in to_phy_interface() 3477 if (strcasecmp(phy_connection_type, "tbi") == 0) in to_phy_interface() 3479 if (strcasecmp(phy_connection_type, "rmii") == 0) in to_phy_interface() 3481 if (strcasecmp(phy_connection_type, "rgmii") == 0) in to_phy_interface() 3483 if (strcasecmp(phy_connection_type, "rgmii-id") == 0) in to_phy_interface() 3485 if (strcasecmp(phy_connection_type, "rgmii-txid") == 0) in to_phy_interface() 3487 if (strcasecmp(phy_connection_type, "rgmii-rxid") == 0) in to_phy_interface() 3489 if (strcasecmp(phy_connection_type, "rtbi") == 0) in to_phy_interface() [all …]
|
Completed in 30 milliseconds