Searched refs:NVRAM_SIZE (Results 1 – 3 of 3) sorted by relevance
19 #define NVRAM_SIZE 8192 macro30 offset += NVRAM_SIZE; in nvram_llseek()50 if (*ppos >= NVRAM_SIZE) in read_nvram()52 for (i = *ppos; count > 0 && i < NVRAM_SIZE; ++i, ++p, --count) in read_nvram()68 if (*ppos >= NVRAM_SIZE) in write_nvram()70 for (i = *ppos; count > 0 && i < NVRAM_SIZE; ++i, ++p, --count) { in write_nvram()
29 #define NVRAM_SIZE 8192 macro161 nvram_len = NVRAM_SIZE; in nvram_init()
5897 #define NVRAM_SIZE 0x200 macro5903 __be32 buf[NVRAM_SIZE / 4]; in bnx2_test_nvram()5917 if ((rc = bnx2_nvram_read(bp, 0x100, data, NVRAM_SIZE)) != 0) in bnx2_test_nvram()