Searched refs:kerneladdr (Results 1 – 1 of 1) sorted by relevance
68 unsigned int rootfsaddr, kerneladdr, spareaddr, offset; in bcm963xx_parse_imagetag_partitions() local90 if (kstrtouint(buf->kernel_address, 10, &kerneladdr) || in bcm963xx_parse_imagetag_partitions()91 kerneladdr < BCM963XX_EXTENDED_SIZE) { in bcm963xx_parse_imagetag_partitions()119 if (rootfsaddr < kerneladdr) in bcm963xx_parse_imagetag_partitions()122 offset = kerneladdr - sizeof(struct bcm_tag); in bcm963xx_parse_imagetag_partitions()124 kerneladdr = kerneladdr - offset; in bcm963xx_parse_imagetag_partitions()128 if (rootfsaddr < kerneladdr) { in bcm963xx_parse_imagetag_partitions()130 rootfslen = kerneladdr - rootfsaddr; in bcm963xx_parse_imagetag_partitions()134 rootfsaddr = kerneladdr + kernellen; in bcm963xx_parse_imagetag_partitions()162 parts[kernelpart].offset = kerneladdr; in bcm963xx_parse_imagetag_partitions()