Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mtd/parsers/
Dbcm63xxpart.c84 int nrparts = 3, curpart = 0; in bcm63xx_parse_cfe_nor_partitions() local
101 parts[curpart].name = "CFE"; in bcm63xx_parse_cfe_nor_partitions()
102 parts[curpart].offset = 0; in bcm63xx_parse_cfe_nor_partitions()
103 parts[curpart].size = cfelen; in bcm63xx_parse_cfe_nor_partitions()
104 curpart++; in bcm63xx_parse_cfe_nor_partitions()
106 parts[curpart].name = "nvram"; in bcm63xx_parse_cfe_nor_partitions()
107 parts[curpart].offset = master->size - nvramlen; in bcm63xx_parse_cfe_nor_partitions()
108 parts[curpart].size = nvramlen; in bcm63xx_parse_cfe_nor_partitions()
109 curpart++; in bcm63xx_parse_cfe_nor_partitions()
112 parts[curpart].name = "linux"; in bcm63xx_parse_cfe_nor_partitions()
[all …]
Dparser_imagetag.c64 int nrparts = 0, curpart = 0; in bcm963xx_parse_imagetag_partitions() local
157 int kernelpart = curpart; in bcm963xx_parse_imagetag_partitions()
164 curpart++; in bcm963xx_parse_imagetag_partitions()
168 int rootfspart = curpart; in bcm963xx_parse_imagetag_partitions()
177 curpart++; in bcm963xx_parse_imagetag_partitions()