Searched refs:rootfsaddr (Results 1 – 1 of 1) sorted by relevance
80 unsigned int rootfsaddr, kerneladdr, spareaddr; in bcm63xx_parse_cfe_partitions() local118 sscanf(buf->flash_image_start, "%u", &rootfsaddr); in bcm63xx_parse_cfe_partitions()127 rootfsaddr = rootfsaddr - BCM63XX_EXTENDED_SIZE; in bcm63xx_parse_cfe_partitions()130 if (rootfsaddr < kerneladdr) { in bcm63xx_parse_cfe_partitions()132 rootfslen = kerneladdr - rootfsaddr; in bcm63xx_parse_cfe_partitions()136 rootfsaddr = kerneladdr + kernellen; in bcm63xx_parse_cfe_partitions()137 rootfslen = spareaddr - rootfsaddr; in bcm63xx_parse_cfe_partitions()144 rootfsaddr = 0; in bcm63xx_parse_cfe_partitions()186 parts[rootfspart].offset = rootfsaddr; in bcm63xx_parse_cfe_partitions()