Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dlpc32xx_mlc.c52 #define MLC_BUFF(x) (x + 0x00000) macro
493 readl(MLC_BUFF(host->io_base)); in lpc32xx_read_page()
499 readl(MLC_BUFF(host->io_base)); in lpc32xx_read_page()
541 MLC_BUFF(host->io_base)); in lpc32xx_write_page_lowlevel()
545 writel(*((uint32_t *)(oobbuf)), MLC_BUFF(host->io_base)); in lpc32xx_write_page_lowlevel()
547 writew(*((uint16_t *)(oobbuf)), MLC_BUFF(host->io_base)); in lpc32xx_write_page_lowlevel()
615 host->dma_slave_config.src_addr = MLC_BUFF(host->io_base_phy); in lpc32xx_dma_setup()
616 host->dma_slave_config.dst_addr = MLC_BUFF(host->io_base_phy); in lpc32xx_dma_setup()