Searched refs:NVRAM_SIZE (Results 1 – 3 of 3) sorted by relevance
40 #define NVRAM_SIZE 0x2000 /* 8kB of non-volatile RAM */ macro109 if (*index > NVRAM_SIZE) in core99_nvram_read()113 if (i + count > NVRAM_SIZE) in core99_nvram_read()114 count = NVRAM_SIZE - i; in core99_nvram_read()127 if (*index > NVRAM_SIZE) in core99_nvram_write()131 if (i + count > NVRAM_SIZE) in core99_nvram_write()132 count = NVRAM_SIZE - i; in core99_nvram_write()143 return NVRAM_SIZE; in core99_nvram_size()152 return in_8(&nvram_data[(addr & (NVRAM_SIZE - 1)) * nvram_mult]); in direct_nvram_read_byte()157 out_8(&nvram_data[(addr & (NVRAM_SIZE - 1)) * nvram_mult], val); in direct_nvram_write_byte()[all …]
29 #define NVRAM_SIZE 8192 macro161 nvram_len = NVRAM_SIZE; in nvram_init()
5949 #define NVRAM_SIZE 0x200 macro5955 __be32 buf[NVRAM_SIZE / 4]; in bnx2_test_nvram()5969 if ((rc = bnx2_nvram_read(bp, 0x100, data, NVRAM_SIZE)) != 0) in bnx2_test_nvram()