Lines Matching refs:SLC_CTRL
52 #define SLC_CTRL(x) (x + 0x010) macro
227 writel(SLCCTRL_SW_RESET, SLC_CTRL(host->io_base)); in lpc32xx_nand_setup()
520 writel(SLCCTRL_ECC_CLEAR, SLC_CTRL(host->io_base)); in lpc32xx_xfer()
526 writel(readl(SLC_CTRL(host->io_base)) | SLCCTRL_DMA_START, in lpc32xx_xfer()
527 SLC_CTRL(host->io_base)); in lpc32xx_xfer()
584 writel(readl(SLC_CTRL(host->io_base)) & ~SLCCTRL_DMA_START, in lpc32xx_xfer()
585 SLC_CTRL(host->io_base)); in lpc32xx_xfer()
938 tmp = readl(SLC_CTRL(host->io_base)); in lpc32xx_nand_remove()
940 writel(tmp, SLC_CTRL(host->io_base)); in lpc32xx_nand_remove()
971 tmp = readl(SLC_CTRL(host->io_base)); in lpc32xx_nand_suspend()
973 writel(tmp, SLC_CTRL(host->io_base)); in lpc32xx_nand_suspend()