Searched refs:NVRAM_SIZE (Results 1 – 4 of 4) 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 …]
30 #define NVRAM_SIZE 8192 macro146 nvram_len = NVRAM_SIZE; in nvram_init()
113 #define NVRAM_SIZE 0x40 macro328 .size = NVRAM_SIZE, in pcf85363_probe()
5965 #define NVRAM_SIZE 0x200 macro5971 __be32 buf[NVRAM_SIZE / 4]; in bnx2_test_nvram()5985 if ((rc = bnx2_nvram_read(bp, 0x100, data, NVRAM_SIZE)) != 0) in bnx2_test_nvram()