Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Drockchip-nand-controller.c471 u32 dma_reg, fl_reg, bch_reg; in rk_nfc_xfer_start() local
476 fl_reg = (rw << FLCTL_WR) | FLCTL_XFER_EN | FLCTL_ACORRECT | in rk_nfc_xfer_start()
489 writel(fl_reg, nfc->regs + nfc->cfg->flctl_off); in rk_nfc_xfer_start()
490 fl_reg |= FLCTL_XFER_ST; in rk_nfc_xfer_start()
491 writel(fl_reg, nfc->regs + nfc->cfg->flctl_off); in rk_nfc_xfer_start()