Searched refs:bcm947xx_parts (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.c107 static struct mtd_partition bcm947xx_parts[] = variable in typeref:struct:mtd_partition
305 return (sizeof(bcm947xx_parts)/sizeof(struct mtd_partition)); /* Bob modified */
657 i = (sizeof(bcm947xx_parts)/sizeof(struct mtd_partition)) - 2;
659 bcm947xx_parts[i].size = ROUNDUP(NVRAM_SPACE, mtd->erasesize);
660 bcm947xx_parts[i].offset = size - bcm947xx_parts[i].size;
665 if (strncmp(bcm947xx_parts[i].name, "board_data", 10) == 0)
666 bcm947xx_parts[i].size = (mtd->erasesize) * 1; /* 64K */
667 else if (strncmp(bcm947xx_parts[i].name, "POT", 3) == 0)
668 bcm947xx_parts[
[all...]

Completed in 24 milliseconds