Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/mgag200/
Dmgag200_pll.c352 int i, j, tmpcount, vcount; in mgag200_pixpll_update_g200wb() local
448 tmpcount = RREG8(MGAREG_VCOUNT); in mgag200_pixpll_update_g200wb()
449 if (tmpcount < vcount) in mgag200_pixpll_update_g200wb()
451 if ((tmpcount - vcount) > 2) in mgag200_pixpll_update_g200wb()
649 int i, j, tmpcount, vcount; in mgag200_pixpll_update_g200eh() local
702 tmpcount = RREG8(MGAREG_VCOUNT); in mgag200_pixpll_update_g200eh()
703 if (tmpcount < vcount) in mgag200_pixpll_update_g200eh()
705 if ((tmpcount - vcount) > 2) in mgag200_pixpll_update_g200eh()