Home
last modified time | relevance | path

Searched refs:cvm_oct_mdio_write (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/mips/cavium/octe/
H A Dethernet-mv88e61xx.c91 cvm_oct_mdio_write(ifp, priv->phy_id, MV88E61XX_SMI_REG_CMD, in cvm_oct_mv88e61xx_smi_read()
109 cvm_oct_mdio_write(ifp, priv->phy_id, MV88E61XX_SMI_REG_DAT, val); in cvm_oct_mv88e61xx_smi_write()
110 cvm_oct_mdio_write(ifp, priv->phy_id, MV88E61XX_SMI_REG_CMD, in cvm_oct_mv88e61xx_smi_write()
H A Dethernet-mdio.h39 void cvm_oct_mdio_write(struct ifnet *ifp, int phy_id, int location, int val);
H A Dethernet-mdio.c95 void cvm_oct_mdio_write(struct ifnet *ifp, int phy_id, int location, int val) in cvm_oct_mdio_write() function
H A Docte.c260 cvm_oct_mdio_write(priv->ifp, phy, reg, val); in octe_miibus_writereg()