Home
last modified time | relevance | path

Searched refs:phy_connection_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dfs_enet-main.c916 const char *phy_connection_type; in fs_enet_probe() local
952 phy_connection_type = of_get_property(ofdev->dev.of_node, in fs_enet_probe()
954 if (phy_connection_type && !strcmp("rmii", phy_connection_type)) in fs_enet_probe()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c3472 static phy_interface_t to_phy_interface(const char *phy_connection_type) in to_phy_interface() argument
3474 if (strcasecmp(phy_connection_type, "mii") == 0) in to_phy_interface()
3476 if (strcasecmp(phy_connection_type, "gmii") == 0) in to_phy_interface()
3478 if (strcasecmp(phy_connection_type, "tbi") == 0) in to_phy_interface()
3480 if (strcasecmp(phy_connection_type, "rmii") == 0) in to_phy_interface()
3482 if (strcasecmp(phy_connection_type, "rgmii") == 0) in to_phy_interface()
3484 if (strcasecmp(phy_connection_type, "rgmii-id") == 0) in to_phy_interface()
3486 if (strcasecmp(phy_connection_type, "rgmii-txid") == 0) in to_phy_interface()
3488 if (strcasecmp(phy_connection_type, "rgmii-rxid") == 0) in to_phy_interface()
3490 if (strcasecmp(phy_connection_type, "rtbi") == 0) in to_phy_interface()
[all …]