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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/devices/
H A Dlart.c602 static struct mtd_partition lart_partitions[] = { variable in typeref:struct:mtd_partition
672 printk ("\npartitions = %d\n", ARRAY_SIZE(lart_partitions));
674 for (result = 0; result < ARRAY_SIZE(lart_partitions); result++)
677 "lart_partitions[%d].name = %s\n"
678 "lart_partitions[%d].offset = 0x%.8x\n"
679 "lart_partitions[%d].size = 0x%.8x (%uK)\n",
680 result,lart_partitions[result].name,
681 result,lart_partitions[result].offset,
682 result,lart_partitions[result].size,lart_partitions[resul
[all...]

Completed in 109 milliseconds