Lines Matching defs:mdio
18 #include <linux/mdio.h>
337 /* Increment seq_num and set it in the mdio pkt */
389 /* Increment seq_num and set it in the mdio pkt */
679 * 1. Send mdio master packet
680 * 2. Busy Wait for mdio master command
682 * 4. Reset the mdio master (even with error)
903 /* Use mdio Ethernet when available, fallback to legacy one on error */
917 /* Use mdio Ethernet when available, fallback to legacy one on error */
950 struct device_node *mdio;
954 mdio = of_get_child_by_name(priv->dev->of_node, "mdio");
970 if (of_device_is_available(mdio)) {
974 err = devm_of_mdiobus_register(priv->dev, bus, mdio);
988 of_node_put(mdio);
1040 * If the external mdio-bus driver is capable magically disabling
1046 dev_err(priv->dev, "either internal or external mdio bus configuration is supported.\n");
1051 /* Make sure to disable the internal mdio bus in cases