Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c1172 static int tg3_readphy(struct tg3 *tp, int reg, u32 *val) in tg3_readphy()
1276 err = tg3_readphy(tp, MII_TG3_MMD_ADDRESS, val); in tg3_phy_cl45_read()
1288 err = tg3_readphy(tp, MII_TG3_DSP_RW_PORT, val); in tg3_phydsp_read()
1312 err = tg3_readphy(tp, MII_TG3_AUX_CTRL, val); in tg3_phy_auxctl_read()
1367 err = tg3_readphy(tp, MII_BMCR, &phy_control); in tg3_bmcr_reset()
1555 if (tg3_readphy(tp, MII_BMCR, &reg) || (reg & BMCR_PDOWN)) in tg3_mdio_init()
1664 if (!tg3_readphy(tp, MII_BMCR, &reg)) in tg3_phy_gather_ump_data()
1666 if (!tg3_readphy(tp, MII_BMSR, &reg)) in tg3_phy_gather_ump_data()
1671 if (!tg3_readphy(tp, MII_ADVERTISE, &reg)) in tg3_phy_gather_ump_data()
1673 if (!tg3_readphy(t in tg3_phy_gather_ump_data()
1171 static int tg3_readphy(struct tg3 *tp, int reg, u32 *val) tg3_readphy() function
[all...]