Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nuvoton/
H A Dnpcm-video.c588 unsigned int vvcnth, vvcntl, apb_ver_res; in npcm_video_vres() local
591 regmap_read(gfxi, VVCNTL, &vvcntl); in npcm_video_vres()
593 apb_ver_res = (((vvcnth & VVCNTH_MASK) << 8) + (vvcntl & VVCNTL_MASK)); in npcm_video_vres()