Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/devices/
H A Ddocg3.c835 uint sector, pages_biblock; in calc_block_sector() local
837 pages_biblock = DOC_LAYOUT_PAGES_PER_BLOCK * DOC_LAYOUT_NBPLANES; in calc_block_sector()
839 pages_biblock /= 2; in calc_block_sector()
842 *block0 = sector / pages_biblock * DOC_LAYOUT_NBPLANES; in calc_block_sector()
844 *page = sector % pages_biblock; in calc_block_sector()