Searched refs:tdiv (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/stand/common/
H A Dconsole.c337 u_long tdiv; local
340 tdiv = strtoul(value, &eptr, 0);
345 twiddle_divisor((u_int)tdiv);
/freebsd-current/sys/dev/iwn/
H A Dif_iwn.c5680 static const int tdiv[IWN_NATTEN_GROUPS] = { 9, 8, 8, 8, 6 }; local
5763 tdiff = ((sc->temp - temp) * 2) / tdiv[grp];

Completed in 89 milliseconds