Searched refs:apb_ver_res (Results 1 – 1 of 1) sorted by relevance
587 unsigned int vvcnth, vvcntl, apb_ver_res; in npcm_video_vres() local592 apb_ver_res = (((vvcnth & VVCNTH_MASK) << 8) + (vvcntl & VVCNTL_MASK)); in npcm_video_vres()594 return (apb_ver_res > MAX_HEIGHT) ? MAX_HEIGHT : apb_ver_res; in npcm_video_vres()