Searched refs:bootsz (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dsetup.c363 uint32 bootsz, *bisz; local
366 bootsz = 256 * 1024;
374 bootsz = 2048 * 1024;
376 bootsz = 1024 * 1024;
378 bootsz = 512 * 1024;
380 bootsz = 128 * 1024;
382 return bootsz;
474 uint32 bootsz; local
514 bootsz = boot_partition_size(SI_FLASH2);
515 printk("Boot partition size = %d(0x%x)\n", bootsz, boots
640 uint32 bootsz; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-brcm-hnd/
H A Dboard_ns.c514 uint32 bootsz, *bisz; local
517 bootsz = 256 * 1024;
525 bootsz = 2048 * 1024;
527 bootsz = 1024 * 1024;
529 bootsz = 512 * 1024;
531 bootsz = 128 * 1024;
533 return bootsz;
1037 uint32 bootsz; local
1072 bootsz = boot_partition_size(nfl->base);
1073 if (bootsz > mt
[all...]

Completed in 59 milliseconds