Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A 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()
511 writel(readl(SLC_CFG(host->io_base)) | in lpc32xx_xfer()
513 SLCCFG_DMA_BURST, SLC_CFG(host->io_base)); in lpc32xx_xfer()
515 writel((readl(SLC_CFG(host->io_base)) | in lpc32xx_xfer()
518 SLC_CFG(host->io_base)); in lpc32xx_xfer()
588 writel(readl(SLC_CFG(host->io_base)) & in lpc32xx_xfer()
590 SLCCFG_DMA_BURST), SLC_CFG(hos in lpc32xx_xfer()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dlpc32xx_slc.c41 #define SLC_CFG(x) (x + 0x014) macro
245 writel(0, SLC_CFG(host->io_base)); in lpc32xx_nand_setup()
277 tmp = readl(SLC_CFG(host->io_base)); in lpc32xx_nand_cmd_ctrl()
282 writel(tmp, SLC_CFG(host->io_base)); in lpc32xx_nand_cmd_ctrl()
509 writel(readl(SLC_CFG(host->io_base)) | in lpc32xx_xfer()
511 SLCCFG_DMA_BURST, SLC_CFG(host->io_base)); in lpc32xx_xfer()
513 writel((readl(SLC_CFG(host->io_base)) | in lpc32xx_xfer()
516 SLC_CFG(host->io_base)); in lpc32xx_xfer()
586 writel(readl(SLC_CFG(host->io_base)) & in lpc32xx_xfer()
588 SLCCFG_DMA_BURST), SLC_CFG(hos in lpc32xx_xfer()
[all...]

Completed in 3 milliseconds