Home
last modified time | relevance | path

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

/drivers/mtd/parsers/
Dparser_imagetag.c68 unsigned int rootfsaddr, kerneladdr, spareaddr, offset; in bcm963xx_parse_imagetag_partitions() local
81 if (kstrtouint(buf->flash_image_start, 10, &rootfsaddr) || in bcm963xx_parse_imagetag_partitions()
82 rootfsaddr < BCM963XX_EXTENDED_SIZE) { in bcm963xx_parse_imagetag_partitions()
123 if (rootfsaddr < kerneladdr) in bcm963xx_parse_imagetag_partitions()
124 offset = rootfsaddr - sizeof(struct bcm_tag); in bcm963xx_parse_imagetag_partitions()
129 rootfsaddr = rootfsaddr - offset; in bcm963xx_parse_imagetag_partitions()
132 if (rootfsaddr < kerneladdr) { in bcm963xx_parse_imagetag_partitions()
134 rootfslen = kerneladdr - rootfsaddr; in bcm963xx_parse_imagetag_partitions()
138 rootfsaddr = kerneladdr + kernellen; in bcm963xx_parse_imagetag_partitions()
139 rootfslen = spareaddr - rootfsaddr; in bcm963xx_parse_imagetag_partitions()
[all …]