Searched refs:NDCR_PAGE_SZ (Results 1 – 3 of 3) sorted by relevance
58 #define NDCR_PAGE_SZ (0x1 << 24) macro1461 info->reg_ndcr |= (mtd->writesize == 2048) ? NDCR_PAGE_SZ : 0; in pxa3xx_nand_config_tail()1470 info->chunk_size = ndcr & NDCR_PAGE_SZ ? 2048 : 512; in pxa3xx_nand_detect_config()
133 #define NDCR_PAGE_SZ(x) (x >= 2048 ? BIT(24) : 0) macro140 #define NDCR_GENERIC_FIELDS_MASK (~(NDCR_RA_START | NDCR_PAGE_SZ(2048) | \2515 marvell_nand->ndcr = NDCR_PAGE_SZ(mtd->writesize); in marvell_nand_attach_chip()
2354 #define NDCR_PAGE_SZ (0x3<<24) macro