Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/nand/raw/
Dmarvell_nand.c331 u32 ndcr; member
531 u32 ndcr; in marvell_nfc_force_byte_access() local
542 ndcr = readl_relaxed(nfc->regs + NDCR); in marvell_nfc_force_byte_access()
545 ndcr &= ~(NDCR_DWIDTH_M | NDCR_DWIDTH_C); in marvell_nfc_force_byte_access()
547 ndcr |= NDCR_DWIDTH_M | NDCR_DWIDTH_C; in marvell_nfc_force_byte_access()
549 writel_relaxed(ndcr, nfc->regs + NDCR); in marvell_nfc_force_byte_access()
593 u32 ndcr, val; in marvell_nfc_prepare_cmd() local
603 ndcr = readl_relaxed(nfc->regs + NDCR); in marvell_nfc_prepare_cmd()
607 writel_relaxed(ndcr | NDCR_ND_RUN, nfc->regs + NDCR); in marvell_nfc_prepare_cmd()
731 writel_relaxed(ndcr_generic | marvell_nand->ndcr, nfc->regs + NDCR); in marvell_nfc_select_target()
[all …]