Searched refs:NVRAM_SWARB (Results 1 – 2 of 2) sorted by relevance
1553 tw32(NVRAM_SWARB, SWARB_REQ_SET1); in tg3_chip_reset()1555 if (tr32(NVRAM_SWARB) & SWARB_GNT1) in tg3_chip_reset()2377 tw32(NVRAM_SWARB, SWARB_REQ_SET1); in tg3_nvram_read()2379 if (tr32(NVRAM_SWARB) & SWARB_GNT1) in tg3_nvram_read()2401 tw32(NVRAM_SWARB, SWARB_REQ_CLR1); in tg3_nvram_read()2406 tw32(NVRAM_SWARB, 0x20); in tg3_nvram_read()
1403 #define NVRAM_SWARB 0x00007020 macro