Lines Matching refs:curpart
131 int nrparts = 3, curpart = 0; in bcm63xx_parse_cfe_nor_partitions() local
228 parts[curpart].name = "CFE"; in bcm63xx_parse_cfe_nor_partitions()
229 parts[curpart].offset = 0; in bcm63xx_parse_cfe_nor_partitions()
230 parts[curpart].size = cfelen; in bcm63xx_parse_cfe_nor_partitions()
231 curpart++; in bcm63xx_parse_cfe_nor_partitions()
234 int kernelpart = curpart; in bcm63xx_parse_cfe_nor_partitions()
241 curpart++; in bcm63xx_parse_cfe_nor_partitions()
245 int rootfspart = curpart; in bcm63xx_parse_cfe_nor_partitions()
254 curpart++; in bcm63xx_parse_cfe_nor_partitions()
257 parts[curpart].name = "nvram"; in bcm63xx_parse_cfe_nor_partitions()
258 parts[curpart].offset = master->size - nvramlen; in bcm63xx_parse_cfe_nor_partitions()
259 parts[curpart].size = nvramlen; in bcm63xx_parse_cfe_nor_partitions()
260 curpart++; in bcm63xx_parse_cfe_nor_partitions()
263 parts[curpart].name = "linux"; in bcm63xx_parse_cfe_nor_partitions()
264 parts[curpart].offset = cfelen; in bcm63xx_parse_cfe_nor_partitions()
265 parts[curpart].size = master->size - cfelen - nvramlen; in bcm63xx_parse_cfe_nor_partitions()