Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dlpc32xx_mlc.c53 #define MLC_BUFF(x) (x + 0x00000) macro
479 readl(MLC_BUFF(host->io_base)); in lpc32xx_read_page()
485 readl(MLC_BUFF(host->io_base)); in lpc32xx_read_page()
524 MLC_BUFF(host->io_base)); in lpc32xx_write_page_lowlevel()
528 writel(*((uint32_t *)(oobbuf)), MLC_BUFF(host->io_base)); in lpc32xx_write_page_lowlevel()
530 writew(*((uint16_t *)(oobbuf)), MLC_BUFF(host->io_base)); in lpc32xx_write_page_lowlevel()
597 host->dma_slave_config.src_addr = MLC_BUFF(host->io_base_phy); in lpc32xx_dma_setup()
598 host->dma_slave_config.dst_addr = MLC_BUFF(host->io_base_phy); in lpc32xx_dma_setup()