Home
last modified time | relevance | path

Searched refs:mdio_mux_get_ops (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/test/dm/
Dmdio_mux.c46 mmops = mdio_mux_get_ops(mux); in dm_test_mdio_mux()
/external/u-boot/include/
Dmiiphy.h198 #define mdio_mux_get_ops(dev) ((struct mdio_mux_ops *)(dev)->driver->ops) macro
/external/u-boot/net/
Dmdio-mux-uclass.c66 struct mdio_mux_ops *ops = mdio_mux_get_ops(mux); in mmux_change_sel()