Searched refs:start_miim_ops (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/mdio/ |
H A D | mdio-mux-bcm-iproc.c | 101 static int start_miim_ops(void __iomem *base, bool c45, in start_miim_ops() function 139 ret = start_miim_ops(md->base, false, phyid, reg, 0, MDIO_CTRL_READ_OP); in iproc_mdiomux_read_c22() 152 ret = start_miim_ops(md->base, true, phyid, reg | devad << 16, 0, in iproc_mdiomux_read_c45() 167 ret = start_miim_ops(md->base, false, phyid, reg, val, in iproc_mdiomux_write_c22() 182 ret = start_miim_ops(md->base, true, phyid, reg | devad << 16, val, in iproc_mdiomux_write_c45()
|