Lines Matching refs:SLC_CTRL
52 #define SLC_CTRL(x) (x + 0x010) macro
230 writel(SLCCTRL_SW_RESET, SLC_CTRL(host->io_base)); in lpc32xx_nand_setup()
523 writel(SLCCTRL_ECC_CLEAR, SLC_CTRL(host->io_base)); in lpc32xx_xfer()
529 writel(readl(SLC_CTRL(host->io_base)) | SLCCTRL_DMA_START, in lpc32xx_xfer()
530 SLC_CTRL(host->io_base)); in lpc32xx_xfer()
587 writel(readl(SLC_CTRL(host->io_base)) & ~SLCCTRL_DMA_START, in lpc32xx_xfer()
588 SLC_CTRL(host->io_base)); in lpc32xx_xfer()
942 tmp = readl(SLC_CTRL(host->io_base)); in lpc32xx_nand_remove()
944 writel(tmp, SLC_CTRL(host->io_base)); in lpc32xx_nand_remove()
975 tmp = readl(SLC_CTRL(host->io_base)); in lpc32xx_nand_suspend()
977 writel(tmp, SLC_CTRL(host->io_base)); in lpc32xx_nand_suspend()