Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/devices/
Ddocg3.h46 #define DOC_LAYOUT_NBPLANES 2 macro
Ddocg3.c829 pages_biblock = DOC_LAYOUT_PAGES_PER_BLOCK * DOC_LAYOUT_NBPLANES; in calc_block_sector()
834 *block0 = sector / pages_biblock * DOC_LAYOUT_NBPLANES; in calc_block_sector()
837 *page /= DOC_LAYOUT_NBPLANES; in calc_block_sector()
1839 mtd->erasesize = DOC_LAYOUT_BLOCK_SIZE * DOC_LAYOUT_NBPLANES; in doc_set_driver_info()