Searched refs:start_miim_ops (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/mdio/
H A Dmdio-mux-bcm-iproc.c91 /* start_miim_ops- Program and start MDIO transaction over mdio bus.
103 static int start_miim_ops(void __iomem *base, bool c45, function
141 ret = start_miim_ops(md->base, false, phyid, reg, 0, MDIO_CTRL_READ_OP);
154 ret = start_miim_ops(md->base, true, phyid, reg | devad << 16, 0,
169 ret = start_miim_ops(md->base, false, phyid, reg, val,
184 ret = start_miim_ops(md->base, true, phyid, reg | devad << 16, val,

Completed in 174 milliseconds