Home
last modified time | relevance | path

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

/linux/drivers/media/platform/nuvoton/
H A Dnpcm-video.c575 unsigned int hvcnth, hvcntl, apb_hor_res; in npcm_video_hres() local
579 apb_hor_res = (((hvcnth & HVCNTH_MASK) << 8) + (hvcntl & HVCNTL_MASK) + 1); in npcm_video_hres()
581 return (apb_hor_res > MAX_WIDTH) ? MAX_WIDTH : apb_hor_res; in npcm_video_hres()