Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Drockchip-nand-controller.c38 #define NFC_FMCTL (0x00) macro
271 val = readl_relaxed(nfc->regs + NFC_FMCTL); in rk_nfc_select_chip()
273 writel(val, nfc->regs + NFC_FMCTL); in rk_nfc_select_chip()
280 val = readl_relaxed(nfc->regs + NFC_FMCTL); in rk_nfc_select_chip()
284 writel(val, nfc->regs + NFC_FMCTL); in rk_nfc_select_chip()
308 rc = readl_relaxed_poll_timeout(nfc->regs + NFC_FMCTL, val, in rk_nfc_wait_ioready()
878 writel(FMCTL_WP, nfc->regs + NFC_FMCTL); in rk_nfc_hw_init()