Searched refs:NVRAM_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
1251 #define NVRAM_PAGE_SIZE 256 macro
1473 } else if (((offset + 4) % NVRAM_PAGE_SIZE) == 0) { in bxe_nvram_write()1475 } else if ((offset % NVRAM_PAGE_SIZE) == 0) { in bxe_nvram_write()