Searched refs:kerneladdr (Results 1 – 1 of 1) sorted by relevance
68 unsigned int rootfsaddr, kerneladdr, spareaddr, offset; in bcm963xx_parse_imagetag_partitions() local91 if (kstrtouint(buf->kernel_address, 10, &kerneladdr) || in bcm963xx_parse_imagetag_partitions()92 kerneladdr < BCM963XX_EXTENDED_SIZE) { in bcm963xx_parse_imagetag_partitions()123 if (rootfsaddr < kerneladdr) in bcm963xx_parse_imagetag_partitions()126 offset = kerneladdr - sizeof(struct bcm_tag); in bcm963xx_parse_imagetag_partitions()128 kerneladdr = kerneladdr - 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()166 parts[kernelpart].offset = kerneladdr; in bcm963xx_parse_imagetag_partitions()