Searched refs:NDCR_PAGE_SZ (Results 1 – 2 of 2) sorted by relevance
56 #define NDCR_PAGE_SZ (0x1 << 24) macro1229 info->reg_ndcr |= (mtd->writesize == 2048) ? NDCR_PAGE_SZ : 0; in pxa3xx_nand_config_flash()1243 if (ndcr & NDCR_PAGE_SZ) { in pxa3xx_nand_detect_config()
2354 #define NDCR_PAGE_SZ (0x3<<24) macro