Searched refs:nvram_sizes (Results 1 – 1 of 1) sorted by relevance
35 static const u32 nvram_sizes[] = {0x6000, 0x8000, 0xF000, 0x10000}; variable87 for (i = 0; i < ARRAY_SIZE(nvram_sizes); i++) { in bcm47xx_nvram_find_and_copy()88 offset = flash_size - nvram_sizes[i]; in bcm47xx_nvram_find_and_copy()