Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c315 int i, j, tmpcount, vcount; in mga_g200wb_set_plls() local
473 tmpcount = RREG8(MGAREG_VCOUNT); in mga_g200wb_set_plls()
474 if (tmpcount < vcount) in mga_g200wb_set_plls()
476 if ((tmpcount - vcount) > 2) in mga_g200wb_set_plls()
591 int i, j, tmpcount, vcount; in mga_g200eh_set_plls() local
704 tmpcount = RREG8(MGAREG_VCOUNT); in mga_g200eh_set_plls()
705 if (tmpcount < vcount) in mga_g200eh_set_plls()
707 if ((tmpcount - vcount) > 2) in mga_g200eh_set_plls()