Searched refs:spareaddr (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
128 spareaddr = roundup(totallen, master->erasesize) + cfelen; bcm63xx_parse_cfe_partitions()
137 rootfslen = spareaddr - rootfsaddr; bcm63xx_parse_cfe_partitions()
145 spareaddr = cfelen; bcm63xx_parse_cfe_partitions()
147 sparelen = master->size - spareaddr - nvramlen; bcm63xx_parse_cfe_partitions()
207 pr_info("Spare partition is offset %x and length %x\n", spareaddr, bcm63xx_parse_cfe_partitions()

Completed in 137 milliseconds