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

/linux-4.4.14/drivers/sh/maple/
H A Dmaple.c50 static unsigned long *maple_sendbuf, *maple_sendptr, *maple_lastptr; variable
110 __raw_writel(virt_to_phys(maple_sendbuf), MAPLE_DMAADDR); maple_dma_reset()
290 maple_lastptr = maple_sendbuf; maple_send()
291 maple_sendptr = maple_sendbuf; maple_send()
303 dma_cache_sync(0, maple_sendbuf + i * PAGE_SIZE, maple_send()
741 maple_sendbuf = maple_get_dma_buffer()
744 if (!maple_sendbuf) maple_get_dma_buffer()
877 free_pages((unsigned long) maple_sendbuf, MAPLE_DMA_PAGES); maple_bus_init()

Completed in 101 milliseconds