Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/parsers/
H A Dbcm63xxpart.c85 unsigned int cfelen, nvramlen; in bcm63xx_parse_cfe_nor_partitions() local
93 nvramlen = nvram->psi_size * SZ_1K; in bcm63xx_parse_cfe_nor_partitions()
94 nvramlen = roundup(nvramlen, cfe_erasesize); in bcm63xx_parse_cfe_nor_partitions()
107 parts[curpart].offset = master->size - nvramlen; in bcm63xx_parse_cfe_nor_partitions()
108 parts[curpart].size = nvramlen; in bcm63xx_parse_cfe_nor_partitions()
114 parts[curpart].size = master->size - cfelen - nvramlen; in bcm63xx_parse_cfe_nor_partitions()