Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c168 && (tp->tg3_flags & TG3_FLAG_ENABLE_ASF))) && in tg3_switch_clocks()
1636 if (tp->tg3_flags & TG3_FLAG_ENABLE_ASF) { in tg3_stop_fw()
1675 if (!(tp->tg3_flags & TG3_FLAG_ENABLE_ASF)) { in tg3_restart_fw()
2265 if (tp->tg3_flags & TG3_FLAG_ENABLE_ASF) in tg3_setup_hw()
2527 tp->tg3_flags |= TG3_FLAG_ENABLE_ASF; in tg3_phy_probe()
Dtg3.h1944 #define TG3_FLAG_ENABLE_ASF 0x00000020 macro