Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/nand/raw/
Drockchip-nand-controller.c39 #define NFC_FMCTL (0x00) macro
272 val = readl_relaxed(nfc->regs + NFC_FMCTL); in rk_nfc_select_chip()
274 writel(val, nfc->regs + NFC_FMCTL); in rk_nfc_select_chip()
281 val = readl_relaxed(nfc->regs + NFC_FMCTL); in rk_nfc_select_chip()
285 writel(val, nfc->regs + NFC_FMCTL); in rk_nfc_select_chip()
309 rc = readl_relaxed_poll_timeout(nfc->regs + NFC_FMCTL, val, in rk_nfc_wait_ioready()
870 writel(FMCTL_WP, nfc->regs + NFC_FMCTL); in rk_nfc_hw_init()