Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/mgag200/
Dmgag200_mode.c228 int i, j, tmpcount, vcount; in mga_g200wb_set_plls() local
384 tmpcount = RREG8(MGAREG_VCOUNT); in mga_g200wb_set_plls()
385 if (tmpcount < vcount) in mga_g200wb_set_plls()
387 if ((tmpcount - vcount) > 2) in mga_g200wb_set_plls()
500 int i, j, tmpcount, vcount; in mga_g200eh_set_plls() local
610 tmpcount = RREG8(MGAREG_VCOUNT); in mga_g200eh_set_plls()
611 if (tmpcount < vcount) in mga_g200eh_set_plls()
613 if ((tmpcount - vcount) > 2) in mga_g200eh_set_plls()