Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dmarvell_nand.c135 #define NDCR_DWIDTH_C BIT(27) macro
141 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()