Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dpxa3xx_nand.c42 #define PAGE_CHUNK_SIZE (2048) macro
879 if (page_size < PAGE_CHUNK_SIZE) { in set_command_address()
982 if (mtd->writesize == PAGE_CHUNK_SIZE) { in prepare_set_command()
984 } else if (mtd->writesize > PAGE_CHUNK_SIZE) { in prepare_set_command()
1004 if (mtd->writesize > PAGE_CHUNK_SIZE) { in prepare_set_command()
1023 if (mtd->writesize > PAGE_CHUNK_SIZE) { in prepare_set_command()
1646 if (mtd->writesize > PAGE_CHUNK_SIZE) { in pxa3xx_nand_scan()