Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/parsers/
Dbcm63xxpart.c92 int nrparts = 3, curpart = 0; in bcm63xx_parse_cfe_nor_partitions() local
109 parts[curpart].name = "CFE"; in bcm63xx_parse_cfe_nor_partitions()
110 parts[curpart].offset = 0; in bcm63xx_parse_cfe_nor_partitions()
111 parts[curpart].size = cfelen; in bcm63xx_parse_cfe_nor_partitions()
112 curpart++; in bcm63xx_parse_cfe_nor_partitions()
114 parts[curpart].name = "nvram"; in bcm63xx_parse_cfe_nor_partitions()
115 parts[curpart].offset = master->size - nvramlen; in bcm63xx_parse_cfe_nor_partitions()
116 parts[curpart].size = nvramlen; in bcm63xx_parse_cfe_nor_partitions()
117 curpart++; in bcm63xx_parse_cfe_nor_partitions()
120 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()