Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dmarvell_nand.c261 u32 ndcr; member
456 u32 ndcr; in marvell_nfc_force_byte_access() local
467 ndcr = readl_relaxed(nfc->regs + NDCR); in marvell_nfc_force_byte_access()
470 ndcr &= ~(NDCR_DWIDTH_M | NDCR_DWIDTH_C); in marvell_nfc_force_byte_access()
472 ndcr |= NDCR_DWIDTH_M | NDCR_DWIDTH_C; in marvell_nfc_force_byte_access()
474 writel_relaxed(ndcr, nfc->regs + NDCR); in marvell_nfc_force_byte_access()
518 u32 ndcr, val; in marvell_nfc_prepare_cmd() local
528 ndcr = readl_relaxed(nfc->regs + NDCR); in marvell_nfc_prepare_cmd()
532 writel_relaxed(ndcr | NDCR_ND_RUN, nfc->regs + NDCR); in marvell_nfc_prepare_cmd()
662 writel_relaxed(ndcr_generic | marvell_nand->ndcr, nfc->regs + NDCR); in marvell_nfc_select_chip()
[all …]