Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds