Home
last modified time | relevance | path

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

/openbmc/linux/drivers/sh/maple/
H A Dmaple.c49 static unsigned long *maple_sendbuf, *maple_sendptr, *maple_lastptr; variable
109 __raw_writel(virt_to_phys(maple_sendbuf), MAPLE_DMAADDR); in maple_dma_reset()
289 maple_lastptr = maple_sendbuf; in maple_send()
290 maple_sendptr = maple_sendbuf; in maple_send()
302 __flush_purge_region(maple_sendbuf + i * PAGE_SIZE, in maple_send()
740 maple_sendbuf = in maple_get_dma_buffer()
743 if (!maple_sendbuf) in maple_get_dma_buffer()
872 free_pages((unsigned long) maple_sendbuf, MAPLE_DMA_PAGES); in maple_bus_init()