Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mtd/nand/
Dpxa3xx_nand.c52 #define NDCR_PAGE_SZ (0x1 << 24) macro
837 ndcr |= (f->page_size == 2048) ? NDCR_PAGE_SZ : 0; in pxa3xx_nand_config_flash()
859 if (ndcr & NDCR_PAGE_SZ) { in pxa3xx_nand_detect_config()