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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dsharpsl-flash.c46 static struct mtd_partition sharpsl_partitions[1] = { variable in typeref:struct:mtd_partition
78 sharpsl_partitions[0].size=0x006d0000;
79 sharpsl_partitions[0].offset=0x00120000;
81 sharpsl_partitions[0].size=0x006a0000;
82 sharpsl_partitions[0].offset=0x00160000;
84 sharpsl_partitions[0].size=0x006b0000;
85 sharpsl_partitions[0].offset=0x00140000;
92 parts = sharpsl_partitions;
93 nb_parts = ARRAY_SIZE(sharpsl_partitions);

Completed in 41 milliseconds