Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c220 static int tg3_writephy(struct tg3 *tp, int reg, uint32_t val) in tg3_writephy() function
259 err = tg3_writephy(tp, MII_TG3_DSP_ADDRESS, addr); in tg3_writedsp()
260 err |= tg3_writephy(tp, MII_TG3_DSP_RW_PORT, val); in tg3_writedsp()
272 tg3_writephy(tp, MII_TG3_AUX_CTRL, 0x7007); in tg3_phy_set_wirespeed()
274 tg3_writephy(tp, MII_TG3_AUX_CTRL, (val | (1 << 15) | (1 << 4))); in tg3_phy_set_wirespeed()
286 err = tg3_writephy(tp, MII_BMCR, phy_control); in tg3_bmcr_reset()
338 tg3_writephy(tp, MII_TG3_DSP_ADDRESS, in tg3_phy_write_and_check_testpat()
340 tg3_writephy(tp, 0x16, 0x0002); in tg3_phy_write_and_check_testpat()
343 tg3_writephy(tp, MII_TG3_DSP_RW_PORT, in tg3_phy_write_and_check_testpat()
346 tg3_writephy(tp, 0x16, 0x0202); in tg3_phy_write_and_check_testpat()
[all …]