Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_dec_hw.c341 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
346 val = ((id_y & 0x00FF) << 24) | ((id_u & 0x00FF) << 16) | in mtk_jpeg_dec_set_comp_id()