Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/nand/raw/
Dmarvell_nand.c336 u32 ndcr; member
540 u32 ndcr; in marvell_nfc_force_byte_access() local
551 ndcr = readl_relaxed(nfc->regs + NDCR); in marvell_nfc_force_byte_access()
554 ndcr &= ~(NDCR_DWIDTH_M | NDCR_DWIDTH_C); in marvell_nfc_force_byte_access()
556 ndcr |= NDCR_DWIDTH_M | NDCR_DWIDTH_C; in marvell_nfc_force_byte_access()
558 writel_relaxed(ndcr, nfc->regs + NDCR); in marvell_nfc_force_byte_access()
602 u32 ndcr, val; in marvell_nfc_prepare_cmd() local
612 ndcr = readl_relaxed(nfc->regs + NDCR); in marvell_nfc_prepare_cmd()
616 writel_relaxed(ndcr | NDCR_ND_RUN, nfc->regs + NDCR); in marvell_nfc_prepare_cmd()
768 writel_relaxed(ndcr_generic | marvell_nand->ndcr, nfc->regs + NDCR); in marvell_nfc_select_target()
[all …]