Searched refs:NVRAM_BYTES (Results 1 – 1 of 1) sorted by relevance
64 #define NVRAM_BYTES (128-NVRAM_FIRST_BYTE) macro80 #define NVRAM_BYTES 50 macro218 NVRAM_BYTES); in nvram_llseek()224 unsigned char contents[NVRAM_BYTES]; in nvram_read()233 for (tmp = contents; count-- > 0 && i < NVRAM_BYTES; ++i, ++tmp) in nvram_read()253 unsigned char contents[NVRAM_BYTES]; in nvram_write()257 if (i >= NVRAM_BYTES) in nvram_write()260 if (count > NVRAM_BYTES - i) in nvram_write()261 count = NVRAM_BYTES - i; in nvram_write()262 if (count > NVRAM_BYTES) in nvram_write()[all …]