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

/linux-4.4.14/drivers/mtd/
H A Dbcm63xxpart.c75 int nrparts = 3, curpart = 0; bcm63xx_parse_cfe_partitions() local
164 parts[curpart].name = "CFE"; bcm63xx_parse_cfe_partitions()
165 parts[curpart].offset = 0; bcm63xx_parse_cfe_partitions()
166 parts[curpart].size = cfelen; bcm63xx_parse_cfe_partitions()
167 curpart++; bcm63xx_parse_cfe_partitions()
170 int kernelpart = curpart; bcm63xx_parse_cfe_partitions()
177 curpart++; bcm63xx_parse_cfe_partitions()
181 int rootfspart = curpart; bcm63xx_parse_cfe_partitions()
190 curpart++; bcm63xx_parse_cfe_partitions()
193 parts[curpart].name = "nvram"; bcm63xx_parse_cfe_partitions()
194 parts[curpart].offset = master->size - nvramlen; bcm63xx_parse_cfe_partitions()
195 parts[curpart].size = nvramlen; bcm63xx_parse_cfe_partitions()
196 curpart++; bcm63xx_parse_cfe_partitions()
199 parts[curpart].name = "linux"; bcm63xx_parse_cfe_partitions()
200 parts[curpart].offset = cfelen; bcm63xx_parse_cfe_partitions()
201 parts[curpart].size = master->size - cfelen - nvramlen; bcm63xx_parse_cfe_partitions()

Completed in 196 milliseconds