Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/solo6x10/
H A Dsolo6x10-p2m.c28 int solo_p2m_dma(struct solo_dev *solo_dev, int wr, in solo_p2m_dma() function
230 if (solo_p2m_dma(solo_dev, 1, wr_buf, base, size, 0, 0)) in solo_p2m_test()
233 if (solo_p2m_dma(solo_dev, 0, rd_buf, base, size, 0, 0)) in solo_p2m_test()
H A Dsolo6x10-enc.c116 solo_p2m_dma(solo_dev, 1, buf, in solo_capture_config()
157 solo_p2m_dma(solo_dev, 1, buf, in solo_osd_print()
H A Dsolo6x10-disp.c178 ret = solo_p2m_dma(solo_dev, 1, buf, in solo_dma_vin_region()
215 ret |= solo_p2m_dma(solo_dev, 1, buf, in solo_set_motion_block()
H A Dsolo6x10.h344 int solo_p2m_dma(struct solo_dev *solo_dev, int wr,
H A Dsolo6x10-core.c382 if (solo_p2m_dma(solo_dev, 0, buf, off, count, 0, 0)) in sdram_show()