Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dlpc32xx_slc.c53 #define SLC_CFG(x) (x + 0x014) macro
234 writel(0, SLC_CFG(host->io_base)); in lpc32xx_nand_setup()
267 tmp = readl(SLC_CFG(host->io_base)); in lpc32xx_nand_cmd_ctrl()
272 writel(tmp, SLC_CFG(host->io_base)); in lpc32xx_nand_cmd_ctrl()
512 writel(readl(SLC_CFG(host->io_base)) | in lpc32xx_xfer()
514 SLCCFG_DMA_BURST, SLC_CFG(host->io_base)); in lpc32xx_xfer()
516 writel((readl(SLC_CFG(host->io_base)) | in lpc32xx_xfer()
519 SLC_CFG(host->io_base)); in lpc32xx_xfer()
589 writel(readl(SLC_CFG(host->io_base)) & in lpc32xx_xfer()
591 SLCCFG_DMA_BURST), SLC_CFG(host->io_base)); in lpc32xx_xfer()