Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/meson/vdec/
H A Dcodec_h264.c14 #define SIZE_EXT_FW (20 * SZ_1K) macro
209 dma_free_coherent(core->dev, SIZE_EXT_FW, in codec_h264_stop()
233 if (len < SIZE_EXT_FW) in codec_h264_load_extended_firmware()
240 h264->ext_fw_vaddr = dma_alloc_coherent(core->dev, SIZE_EXT_FW, in codec_h264_load_extended_firmware()
248 memcpy(h264->ext_fw_vaddr, data, SIZE_EXT_FW); in codec_h264_load_extended_firmware()