Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dlpc32xx_mlc.c41 #define MLC_BUFF(x) (x + 0x00000) macro
483 readl(MLC_BUFF(host->io_base)); in lpc32xx_read_page()
489 readl(MLC_BUFF(host->io_base)); in lpc32xx_read_page()
531 MLC_BUFF(host->io_base)); in lpc32xx_write_page_lowlevel()
535 writel(*((uint32_t *)(oobbuf)), MLC_BUFF(host->io_base)); in lpc32xx_write_page_lowlevel()
537 writew(*((uint16_t *)(oobbuf)), MLC_BUFF(host->io_base)); in lpc32xx_write_page_lowlevel()
607 host->dma_slave_config.src_addr = MLC_BUFF(host->io_base_phy); in lpc32xx_dma_setup()
608 host->dma_slave_config.dst_addr = MLC_BUFF(host->io_base_phy); in lpc32xx_dma_setup()