Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dpxa3xx_nand.c82 #define NDCR_PG_PER_BLK (0x1 << 14) macro
1265 ndcr |= (f->page_per_block == 64) ? NDCR_PG_PER_BLK : 0; in pxa3xx_nand_config_flash()