Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/mgag200/
Dmgag200_mode.c227 int i, j, tmpcount, vcount; in mga_g200wb_set_plls() local
383 tmpcount = RREG8(MGAREG_VCOUNT); in mga_g200wb_set_plls()
384 if (tmpcount < vcount) in mga_g200wb_set_plls()
386 if ((tmpcount - vcount) > 2) in mga_g200wb_set_plls()
499 int i, j, tmpcount, vcount; in mga_g200eh_set_plls() local
573 tmpcount = RREG8(MGAREG_VCOUNT); in mga_g200eh_set_plls()
574 if (tmpcount < vcount) in mga_g200eh_set_plls()
576 if ((tmpcount - vcount) > 2) in mga_g200eh_set_plls()