Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/meson/vdec/
H A Dcodec_h264.c127 void *ext_fw_vaddr; member
208 if (h264->ext_fw_vaddr) in codec_h264_stop()
210 h264->ext_fw_vaddr, h264->ext_fw_paddr); in codec_h264_stop()
240 h264->ext_fw_vaddr = dma_alloc_coherent(core->dev, SIZE_EXT_FW, in codec_h264_load_extended_firmware()
243 if (!h264->ext_fw_vaddr) { in codec_h264_load_extended_firmware()
248 memcpy(h264->ext_fw_vaddr, data, SIZE_EXT_FW); in codec_h264_load_extended_firmware()