Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c427 tg3_readphy(tp, MII_TG3_EXT_CTRL, &reg32); in tg3_phy_reset_5703_4_5()
429 tg3_writephy(tp, MII_TG3_EXT_CTRL, reg32); in tg3_phy_reset_5703_4_5()
467 tg3_readphy(tp, MII_TG3_EXT_CTRL, &reg32); in tg3_phy_reset_5703_4_5()
469 tg3_writephy(tp, MII_TG3_EXT_CTRL, reg32); in tg3_phy_reset_5703_4_5()
767 tg3_writephy(tp, MII_TG3_EXT_CTRL, in tg3_setup_copper_phy()
770 tg3_writephy(tp, MII_TG3_EXT_CTRL, 0); in tg3_setup_copper_phy()
Dtg3.h1510 #define MII_TG3_EXT_CTRL 0x10 /* Extended control register */ macro