Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/nand/raw/
Drockchip-nand-controller.c472 u32 dma_reg, fl_reg, bch_reg; in rk_nfc_xfer_start() local
481 bch_reg = readl_relaxed(nfc->regs + nfc->cfg->bchctl_off); in rk_nfc_xfer_start()
482 bch_reg = (bch_reg & (~BCHCTL_BANK_M)) | in rk_nfc_xfer_start()
484 writel(bch_reg, nfc->regs + nfc->cfg->bchctl_off); in rk_nfc_xfer_start()