Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c1553 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()
Dtg3.h1403 #define NVRAM_SWARB 0x00007020 macro