Searched refs:NVRAM_SWARB (Results 1 – 2 of 2) sorted by relevance
1525 tw32(NVRAM_SWARB, SWARB_REQ_SET1); in tg3_chip_reset()1527 if (tr32(NVRAM_SWARB) & SWARB_GNT1) in tg3_chip_reset()2297 tw32(NVRAM_SWARB, SWARB_REQ_SET1); in tg3_nvram_read()2299 if (tr32(NVRAM_SWARB) & SWARB_GNT1) in tg3_nvram_read()2321 tw32(NVRAM_SWARB, SWARB_REQ_CLR1); in tg3_nvram_read()2326 tw32(NVRAM_SWARB, 0x20); in tg3_nvram_read()
1478 #define NVRAM_SWARB 0x00007020 macro