Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/raw/
Dlpc32xx_slc.c43 #define SLC_CFG(x) (x + 0x014) macro
247 writel(0, SLC_CFG(host->io_base)); in lpc32xx_nand_setup()
279 tmp = readl(SLC_CFG(host->io_base)); in lpc32xx_nand_cmd_ctrl()
284 writel(tmp, SLC_CFG(host->io_base)); in lpc32xx_nand_cmd_ctrl()
523 writel(readl(SLC_CFG(host->io_base)) | in lpc32xx_xfer()
525 SLCCFG_DMA_BURST, SLC_CFG(host->io_base)); in lpc32xx_xfer()
527 writel((readl(SLC_CFG(host->io_base)) | in lpc32xx_xfer()
530 SLC_CFG(host->io_base)); in lpc32xx_xfer()
600 writel(readl(SLC_CFG(host->io_base)) & in lpc32xx_xfer()
602 SLCCFG_DMA_BURST), SLC_CFG(host->io_base)); in lpc32xx_xfer()