possible_nvram_sizes   98 drivers/mtd/parsers/bcm47xxpart.c 	int possible_nvram_sizes[] = { 0x8000, 0xF000, 0x10000, };
possible_nvram_sizes  253 drivers/mtd/parsers/bcm47xxpart.c 	for (i = 0; i < ARRAY_SIZE(possible_nvram_sizes); i++) {
possible_nvram_sizes  259 drivers/mtd/parsers/bcm47xxpart.c 		offset = master->size - possible_nvram_sizes[i];