Home
last modified time | relevance | path

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

/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c1522 if (tp->tg3_flags & TG3_FLAG_NVRAM) { in tg3_chip_reset()
2231 tp->tg3_flags |= TG3_FLAG_NVRAM; in tg3_nvram_init()
2241 tp->tg3_flags &= ~(TG3_FLAG_NVRAM | TG3_FLAG_NVRAM_BUFFERED); in tg3_nvram_init()
2286 if (!(tp->tg3_flags & TG3_FLAG_NVRAM)) in tg3_nvram_read()
H A Dtg3.h2040 #define TG3_FLAG_NVRAM 0x00002000 macro