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

/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.c1047 unsigned int image_second_offset = 0; local
1057 image_second_offset = simple_strtol(imag_2nd_offset, NULL, 10);
1059 image_second_offset);
1188 image_second_offset - image_first_offset;
1202 offset = image_second_offset;
1212 bcm947xx_nflash_parts[nparts].size = image_second_offset - shift;
1226 bcm947xx_nflash_parts[nparts].size = NFL_BOOT_OS_SIZE - image_second_offset;
1227 bcm947xx_nflash_parts[nparts].offset = image_second_offset;
1228 shift = lookup_nflash_rootfs_offset(nfl, mtd, image_second_offset,

Completed in 61 milliseconds