Searched refs:NDCR_PAGE_SZ (Results 1 – 2 of 2) sorted by relevance
59 #define NDCR_PAGE_SZ (0x1 << 24) macro1462 info->reg_ndcr |= (mtd->writesize == 2048) ? NDCR_PAGE_SZ : 0; in pxa3xx_nand_config_tail()1471 info->chunk_size = ndcr & NDCR_PAGE_SZ ? 2048 : 512; in pxa3xx_nand_detect_config()
2354 #define NDCR_PAGE_SZ (0x3<<24) macro