Searched refs:mc_addr_map (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/staging/media/meson/vdec/ |
H A D | vdec_1.c | 33 static dma_addr_t mc_addr_map; in vdec_1_load_firmware() local 49 &mc_addr_map, GFP_KERNEL); in vdec_1_load_firmware() 62 amvdec_write_dos(core, IMEM_DMA_ADR, mc_addr_map); in vdec_1_load_firmware() 80 dma_free_coherent(core->dev, MC_SIZE, mc_addr, mc_addr_map); in vdec_1_load_firmware()
|
H A D | vdec_hevc.c | 33 static dma_addr_t mc_addr_map; in vdec_hevc_load_firmware() local 50 mc_addr = dma_alloc_coherent(core->dev, MC_SIZE, &mc_addr_map, in vdec_hevc_load_firmware() 62 amvdec_write_dos(core, HEVC_IMEM_DMA_ADR, mc_addr_map); in vdec_hevc_load_firmware() 74 dma_free_coherent(core->dev, MC_SIZE, mc_addr, mc_addr_map); in vdec_hevc_load_firmware()
|