Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mtd/nand/raw/
A Dlpc32xx_mlc.c41 #define MLC_BUFF(x) (x + 0x00000) macro
482 readl(MLC_BUFF(host->io_base)); in lpc32xx_read_page()
488 readl(MLC_BUFF(host->io_base)); in lpc32xx_read_page()
530 MLC_BUFF(host->io_base)); in lpc32xx_write_page_lowlevel()
534 writel(*((uint32_t *)(oobbuf)), MLC_BUFF(host->io_base)); in lpc32xx_write_page_lowlevel()
536 writew(*((uint16_t *)(oobbuf)), MLC_BUFF(host->io_base)); in lpc32xx_write_page_lowlevel()
602 host->dma_slave_config.src_addr = MLC_BUFF(host->io_base_phy); in lpc32xx_dma_setup()
603 host->dma_slave_config.dst_addr = MLC_BUFF(host->io_base_phy); in lpc32xx_dma_setup()

Completed in 4 milliseconds