Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/
Dbcm63xxpart.c135 unsigned int rootfsaddr, kerneladdr, spareaddr; in bcm63xx_parse_cfe_nor_partitions() local
157 if (kstrtouint(buf->flash_image_start, 10, &rootfsaddr) || in bcm63xx_parse_cfe_nor_partitions()
158 rootfsaddr < BCM963XX_EXTENDED_SIZE) { in bcm63xx_parse_cfe_nor_partitions()
191 rootfsaddr = rootfsaddr - BCM963XX_EXTENDED_SIZE; in bcm63xx_parse_cfe_nor_partitions()
194 if (rootfsaddr < kerneladdr) { in bcm63xx_parse_cfe_nor_partitions()
196 rootfslen = kerneladdr - rootfsaddr; in bcm63xx_parse_cfe_nor_partitions()
200 rootfsaddr = kerneladdr + kernellen; in bcm63xx_parse_cfe_nor_partitions()
201 rootfslen = spareaddr - rootfsaddr; in bcm63xx_parse_cfe_nor_partitions()
207 rootfsaddr = 0; in bcm63xx_parse_cfe_nor_partitions()
250 parts[rootfspart].offset = rootfsaddr; in bcm63xx_parse_cfe_nor_partitions()