Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/meson/vdec/
H A Dcodec_h264.c140 void *sei_vaddr; member
180 h264->sei_vaddr = dma_alloc_coherent(core->dev, SIZE_SEI, in codec_h264_start()
182 if (!h264->sei_vaddr) in codec_h264_start()
220 if (h264->sei_vaddr) in codec_h264_stop()
222 h264->sei_vaddr, h264->sei_paddr); in codec_h264_stop()