Searched refs:tg3_writephy (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 1231 static int tg3_writephy(struct tg3 *tp, int reg, u32 val) in tg3_writephy() function 1240 err = tg3_writephy(tp, MII_TG3_MMD_CTRL, devad); in tg3_phy_cl45_write() 1244 err = tg3_writephy(tp, MII_TG3_MMD_ADDRESS, addr); in tg3_phy_cl45_write() 1248 err = tg3_writephy(tp, MII_TG3_MMD_CTRL, in tg3_phy_cl45_write() 1253 err = tg3_writephy(tp, MII_TG3_MMD_ADDRESS, val); in tg3_phy_cl45_write() 1263 err = tg3_writephy(tp, MII_TG3_MMD_CTRL, devad); in tg3_phy_cl45_read() 1267 err = tg3_writephy(tp, MII_TG3_MMD_ADDRESS, addr); in tg3_phy_cl45_read() 1271 err = tg3_writephy(tp, MII_TG3_MMD_CTRL, in tg3_phy_cl45_read() 1286 err = tg3_writephy(tp, MII_TG3_DSP_ADDRESS, reg); in tg3_phydsp_read() 1297 err = tg3_writephy(tp, MII_TG3_DSP_ADDRESS, reg); in tg3_phydsp_write() [all …]
|