Searched defs:NVRAM_SIZE (Results 1 - 3 of 3) sorted by relevance

/drivers/char/
H A Dgeneric_nvram.c29 #define NVRAM_SIZE 8192 macro
161 nvram_len = NVRAM_SIZE;
/drivers/macintosh/
H A Dnvram.c19 #define NVRAM_SIZE 8192 macro
30 offset += NVRAM_SIZE;
50 if (*ppos >= NVRAM_SIZE)
52 for (i = *ppos; count > 0 && i < NVRAM_SIZE; ++i, ++p, --count)
68 if (*ppos >= NVRAM_SIZE)
70 for (i = *ppos; count > 0 && i < NVRAM_SIZE; ++i, ++p, --count) {
/drivers/net/ethernet/broadcom/
H A Dbnx2.c5933 #define NVRAM_SIZE 0x200 macro
5939 __be32 buf[NVRAM_SIZE / 4];
5953 if ((rc = bnx2_nvram_read(bp, 0x100, data, NVRAM_SIZE)) != 0)

Completed in 135 milliseconds