Home
last modified time | relevance | path

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

/drivers/media/platform/mtk-jpeg/
Dmtk_jpeg_dec_hw.c131 param->dma_last_mcu = param->mcu_w % param->dma_mcu; in mtk_jpeg_calc_dma_group()
132 if (param->dma_last_mcu) in mtk_jpeg_calc_dma_group()
135 param->dma_last_mcu = param->dma_mcu; in mtk_jpeg_calc_dma_group()
407 config->dma_last_mcu); in mtk_jpeg_dec_set_config()
Dmtk_jpeg_dec_hw.h47 u32 dma_last_mcu; member