Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/
Dbcm63xxpart.c135 unsigned int rootfsaddr, kerneladdr, spareaddr; in bcm63xx_parse_cfe_nor_partitions() local
166 if (kstrtouint(buf->kernel_address, 10, &kerneladdr) || in bcm63xx_parse_cfe_nor_partitions()
167 kerneladdr < BCM963XX_EXTENDED_SIZE) { in bcm63xx_parse_cfe_nor_partitions()
190 kerneladdr = kerneladdr - BCM963XX_EXTENDED_SIZE; in bcm63xx_parse_cfe_nor_partitions()
194 if (rootfsaddr < kerneladdr) { in bcm63xx_parse_cfe_nor_partitions()
196 rootfslen = kerneladdr - rootfsaddr; in bcm63xx_parse_cfe_nor_partitions()
200 rootfsaddr = kerneladdr + kernellen; in bcm63xx_parse_cfe_nor_partitions()
239 parts[kernelpart].offset = kerneladdr; in bcm63xx_parse_cfe_nor_partitions()