Lines Matching full:mdio
3 * MDIO bus driver for the Xilinx Axi Ethernet device
23 /* Wait till MDIO interface is ready to accept a new transaction.*/
34 * axienet_mdio_read - MDIO interface read function
76 * axienet_mdio_write - MDIO interface write function
117 * axienet_mdio_enable - MDIO hardware setup function
122 * Sets up the MDIO interface by initializing the MDIO clock and enabling the
123 * MDIO interface in hardware.
188 "Setting MDIO clock divisor to %u/%u Hz host clock.\n", in axienet_mdio_enable()
197 * axienet_mdio_disable - MDIO hardware disable function
200 * Disable the MDIO interface in hardware.
208 * axienet_mdio_setup - MDIO setup function
214 * Sets up the MDIO interface by initializing the MDIO clock and enabling the
215 * MDIO interface in hardware. Register the MDIO interface.
235 bus->name = "Xilinx Axi Ethernet MDIO"; in axienet_mdio_setup()
241 mdio_node = of_get_child_by_name(lp->dev->of_node, "mdio"); in axienet_mdio_setup()
253 * axienet_mdio_teardown - MDIO remove function
256 * Unregisters the MDIO and frees any associate memory for mii bus.