Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_dec_hw.c155 param->dma_last_mcu = param->mcu_w % param->dma_mcu; in mtk_jpeg_calc_dma_group()
156 if (param->dma_last_mcu) in mtk_jpeg_calc_dma_group()
159 param->dma_last_mcu = param->dma_mcu; in mtk_jpeg_calc_dma_group()
439 cfg->dma_last_mcu); in mtk_jpeg_dec_set_config()
H A Dmtk_jpeg_dec_hw.h48 u32 dma_last_mcu; member