Searched refs:hvcnth (Results 1 – 1 of 1) sorted by relevance
576 unsigned int hvcnth, hvcntl, apb_hor_res; in npcm_video_hres() local578 regmap_read(gfxi, HVCNTH, &hvcnth); in npcm_video_hres()580 apb_hor_res = (((hvcnth & HVCNTH_MASK) << 8) + (hvcntl & HVCNTL_MASK) + 1); in npcm_video_hres()