Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/mtk-jpeg/
Dmtk_jpeg_hw.c318 static void mtk_jpeg_dec_set_comp_id(void __iomem *base, u32 id_y, u32 id_u, in mtk_jpeg_dec_set_comp_id() argument
323 val = ((id_y & 0x00FF) << 24) | ((id_u & 0x00FF) << 16) | in mtk_jpeg_dec_set_comp_id()