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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/brcm-boards/bcm947xx/
H A Dsetup.c367 uint32 bootsz, *bisz; local
370 bootsz = 256 * 1024;
378 bootsz = 2048 * 1024;
380 bootsz = 1024 * 1024;
382 bootsz = 512 * 1024;
384 bootsz = 128 * 1024;
386 return bootsz;
478 uint32 bootsz; local
518 bootsz = boot_partition_size(SI_FLASH2);
519 printk("Boot partition size = %d(0x%x)\n", bootsz, boots
644 uint32 bootsz; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dsetup.c367 uint32 bootsz, *bisz; local
370 bootsz = 256 * 1024;
378 bootsz = 2048 * 1024;
380 bootsz = 1024 * 1024;
382 bootsz = 512 * 1024;
384 bootsz = 128 * 1024;
386 return bootsz;
478 uint32 bootsz; local
518 bootsz = boot_partition_size(SI_FLASH2);
519 printk("Boot partition size = %d(0x%x)\n", bootsz, boots
644 uint32 bootsz; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-brcm-hnd/
H A Dboard_ns.c355 uint32 bootsz, *bisz; local
358 bootsz = 256 * 1024;
366 bootsz = 2048 * 1024;
368 bootsz = 1024 * 1024;
370 bootsz = 512 * 1024;
372 bootsz = 128 * 1024;
374 return bootsz;
486 uint32 bootsz; local
646 bootsz = boot_partition_size(sfl_info->base);
647 printk("Boot partition size = %d(0x%x)\n", bootsz, boots
785 uint32 bootsz; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-brcm-hnd/
H A Dboard_ns.c355 uint32 bootsz, *bisz; local
358 bootsz = 256 * 1024;
366 bootsz = 2048 * 1024;
368 bootsz = 1024 * 1024;
370 bootsz = 512 * 1024;
372 bootsz = 128 * 1024;
374 return bootsz;
486 uint32 bootsz; local
646 bootsz = boot_partition_size(sfl_info->base);
647 printk("Boot partition size = %d(0x%x)\n", bootsz, boots
785 uint32 bootsz; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/arch/common/board/bcm947xx/src/
H A Dbcm947xx_devs.c337 /* 1st image start from bootsz end */
500 uint32 bootsz, *bisz; local
566 bootsz = 256 * 1024;
574 bootsz = 2048 * 1024;
576 bootsz = 1024 * 1024;
578 bootsz = 512 * 1024;
580 bootsz = 128 * 1024;
582 printf("Boot partition size = %d(0x%x)\n", bootsz, bootsz);
587 if (bootsz > nfl_inf
[all...]

Completed in 77 milliseconds