Searched refs:TG3_FLAG_NVRAM (Results 1 – 2 of 2) sorted by relevance
1522 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()
2040 #define TG3_FLAG_NVRAM 0x00002000 macro