Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mtd/nand/raw/
Dmarvell_nand.c345 u32 ndcr; member
551 u32 ndcr; in marvell_nfc_force_byte_access() local
562 ndcr = readl_relaxed(nfc->regs + NDCR); in marvell_nfc_force_byte_access()
565 ndcr &= ~(NDCR_DWIDTH_M | NDCR_DWIDTH_C); in marvell_nfc_force_byte_access()
567 ndcr |= NDCR_DWIDTH_M | NDCR_DWIDTH_C; in marvell_nfc_force_byte_access()
569 writel_relaxed(ndcr, nfc->regs + NDCR); in marvell_nfc_force_byte_access()
613 u32 ndcr, val; in marvell_nfc_prepare_cmd() local
623 ndcr = readl_relaxed(nfc->regs + NDCR); in marvell_nfc_prepare_cmd()
627 writel_relaxed(ndcr | NDCR_ND_RUN, nfc->regs + NDCR); in marvell_nfc_prepare_cmd()
779 writel_relaxed(ndcr_generic | marvell_nand->ndcr, nfc->regs + NDCR); in marvell_nfc_select_target()
[all …]