Searched refs:div_max_x (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c4159 int div_max_x, div_max_y, div_x, div_y; local
4259 div_max_x = div_max_y = div_max;
4264 div_max_x = div_max_y = sc->syninfo.vscroll_div_max;
4274 div_max_x = sc->syninfo.div_max_na;
4300 div_x = div_len * div_max_x / len;
4301 div_x = imin(div_max_x, div_x);

Completed in 95 milliseconds