Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dpxa3xx_nand.c74 #define NDCR_PAGE_SZ (0x1 << 24) macro
1405 info->reg_ndcr |= (mtd->writesize == 2048) ? NDCR_PAGE_SZ : 0; in pxa3xx_nand_config_flash()
1415 info->chunk_size = ndcr & NDCR_PAGE_SZ ? 2048 : 512; in pxa3xx_nand_detect_config()