Searched refs:curpart (Results 1 – 1 of 1) sorted by relevance
131 int nrparts = 3, curpart = 0; in bcm63xx_parse_cfe_nor_partitions() local228 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()[all …]