Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dlpc32xx_slc.c53 #define SLC_CFG(x) (x + 0x014) macro
231 writel(0, SLC_CFG(host->io_base)); in lpc32xx_nand_setup()
264 tmp = readl(SLC_CFG(host->io_base)); in lpc32xx_nand_cmd_ctrl()
269 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(host->io_base)); in lpc32xx_xfer()