Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nuvoton/
H A Dnpcm-regs.h129 #define HVCNTL_MASK GENMASK(7, 0) macro
H A Dnpcm-video.c580 apb_hor_res = (((hvcnth & HVCNTH_MASK) << 8) + (hvcntl & HVCNTL_MASK) + 1); in npcm_video_hres()