Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/mtk-jpeg/
Dmtk_jpeg_hw.c139 param->dma_last_mcu = param->mcu_w % param->dma_mcu; in mtk_jpeg_calc_dma_group()
140 if (param->dma_last_mcu) in mtk_jpeg_calc_dma_group()
143 param->dma_last_mcu = param->dma_mcu; in mtk_jpeg_calc_dma_group()
415 config->dma_last_mcu); in mtk_jpeg_dec_set_config()
Dmtk_jpeg_hw.h54 u32 dma_last_mcu; member