Searched refs:curpart (Results 1 – 1 of 1) sorted by relevance
74 int nrparts = 3, curpart = 0; in bcm63xx_parse_cfe_partitions() local153 parts[curpart].name = "CFE"; in bcm63xx_parse_cfe_partitions()154 parts[curpart].offset = 0; in bcm63xx_parse_cfe_partitions()155 parts[curpart].size = cfelen; in bcm63xx_parse_cfe_partitions()156 curpart++; in bcm63xx_parse_cfe_partitions()159 parts[curpart].name = "kernel"; in bcm63xx_parse_cfe_partitions()160 parts[curpart].offset = kerneladdr; in bcm63xx_parse_cfe_partitions()161 parts[curpart].size = kernellen; in bcm63xx_parse_cfe_partitions()162 curpart++; in bcm63xx_parse_cfe_partitions()166 parts[curpart].name = "rootfs"; in bcm63xx_parse_cfe_partitions()[all …]