Searched refs:ndcr (Results 1 – 1 of 1) sorted by relevance
261 u32 ndcr; member456 u32 ndcr; in marvell_nfc_force_byte_access() local467 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() local528 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 …]