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

/linux-4.4.14/drivers/mtd/
H A Dbcm63xxpart.c80 unsigned int rootfsaddr, kerneladdr, spareaddr; bcm63xx_parse_cfe_partitions() local
118 sscanf(buf->flash_image_start, "%u", &rootfsaddr); bcm63xx_parse_cfe_partitions()
127 rootfsaddr = rootfsaddr - BCM63XX_EXTENDED_SIZE; bcm63xx_parse_cfe_partitions()
130 if (rootfsaddr < kerneladdr) { bcm63xx_parse_cfe_partitions()
132 rootfslen = kerneladdr - rootfsaddr; bcm63xx_parse_cfe_partitions()
136 rootfsaddr = kerneladdr + kernellen; bcm63xx_parse_cfe_partitions()
137 rootfslen = spareaddr - rootfsaddr; bcm63xx_parse_cfe_partitions()
144 rootfsaddr = 0; bcm63xx_parse_cfe_partitions()
186 parts[rootfspart].offset = rootfsaddr; bcm63xx_parse_cfe_partitions()

Completed in 29 milliseconds