Home
last modified time | relevance | path

Searched refs:NVRAM_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/bxe/
H A Dbxe.h1251 #define NVRAM_PAGE_SIZE 256 macro
H A Dbxe.c1473 } else if (((offset + 4) % NVRAM_PAGE_SIZE) == 0) { in bxe_nvram_write()
1475 } else if ((offset % NVRAM_PAGE_SIZE) == 0) { in bxe_nvram_write()