Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/devices/
Ddocg3.c827 uint sector, pages_biblock; in calc_block_sector() local
829 pages_biblock = DOC_LAYOUT_PAGES_PER_BLOCK * DOC_LAYOUT_NBPLANES; in calc_block_sector()
831 pages_biblock /= 2; in calc_block_sector()
834 *block0 = sector / pages_biblock * DOC_LAYOUT_NBPLANES; in calc_block_sector()
836 *page = sector % pages_biblock; in calc_block_sector()