Searched refs:phy_connection_type (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fs_enet/ |
H A D | fs_enet-main.c | 922 const char *phy_connection_type; in fs_enet_probe() local 958 phy_connection_type = of_get_property(ofdev->dev.of_node, in fs_enet_probe() 960 if (phy_connection_type && !strcmp("rmii", phy_connection_type)) in fs_enet_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fs_enet/ |
H A D | fs_enet-main.c | 916 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | ucc_geth.c | 3634 static phy_interface_t to_phy_interface(const char *phy_connection_type) in to_phy_interface() argument 3636 if (strcasecmp(phy_connection_type, "mii") == 0) in to_phy_interface() 3638 if (strcasecmp(phy_connection_type, "gmii") == 0) in to_phy_interface() 3640 if (strcasecmp(phy_connection_type, "tbi") == 0) in to_phy_interface() 3642 if (strcasecmp(phy_connection_type, "rmii") == 0) in to_phy_interface() 3644 if (strcasecmp(phy_connection_type, "rgmii") == 0) in to_phy_interface() 3646 if (strcasecmp(phy_connection_type, "rgmii-id") == 0) in to_phy_interface() 3648 if (strcasecmp(phy_connection_type, "rgmii-txid") == 0) in to_phy_interface() 3650 if (strcasecmp(phy_connection_type, "rgmii-rxid") == 0) in to_phy_interface() 3652 if (strcasecmp(phy_connection_type, "rtb in to_phy_interface() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | ucc_geth.c | 3472 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, "rtb in to_phy_interface() [all...] |
Completed in 11 milliseconds