Searched refs:NDCR_DWIDTH_M (Results 1 – 3 of 3) sorted by relevance
57 #define NDCR_DWIDTH_M (0x1 << 26) macro516 info->reg_ndcr |= NDCR_DWIDTH_M; in pxa3xx_nand_init_timings()1045 if (info->reg_ndcr & NDCR_DWIDTH_M) in nand_cmdfunc()1106 if (info->reg_ndcr & NDCR_DWIDTH_M) in nand_cmdfunc_extended()
134 #define NDCR_DWIDTH_M BIT(26) macro141 NDCR_DWIDTH_M | NDCR_DWIDTH_C))562 ndcr &= ~(NDCR_DWIDTH_M | NDCR_DWIDTH_C); in marvell_nfc_force_byte_access()564 ndcr |= NDCR_DWIDTH_M | NDCR_DWIDTH_C; in marvell_nfc_force_byte_access()2517 marvell_nand->ndcr |= NDCR_DWIDTH_M | NDCR_DWIDTH_C; in marvell_nand_attach_chip()
2353 #define NDCR_DWIDTH_M (0x1<<26) macro