Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/nand/raw/
Dlpc32xx_slc.c42 #define SLC_CFG(x) (x + 0x014) macro
246 writel(0, SLC_CFG(host->io_base)); in lpc32xx_nand_setup()
278 tmp = readl(SLC_CFG(host->io_base)); in lpc32xx_nand_cmd_ctrl()
283 writel(tmp, SLC_CFG(host->io_base)); in lpc32xx_nand_cmd_ctrl()
510 writel(readl(SLC_CFG(host->io_base)) | in lpc32xx_xfer()
512 SLCCFG_DMA_BURST, SLC_CFG(host->io_base)); in lpc32xx_xfer()
514 writel((readl(SLC_CFG(host->io_base)) | in lpc32xx_xfer()
517 SLC_CFG(host->io_base)); in lpc32xx_xfer()
587 writel(readl(SLC_CFG(host->io_base)) & in lpc32xx_xfer()
589 SLCCFG_DMA_BURST), SLC_CFG(host->io_base)); in lpc32xx_xfer()