Searched refs:NVRAM_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance
476 #define NVRAM_PAGE_SIZE 256 macro
8297 else if (((offset + 4) % NVRAM_PAGE_SIZE) == 0) in bnx2x_nvram_write()8299 else if ((offset % NVRAM_PAGE_SIZE) == 0) in bnx2x_nvram_write()