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

/freebsd-11-stable/stand/common/
H A Dconsole.c290 u_long tdiv; local
293 tdiv = strtoul(value, &eptr, 0);
298 twiddle_divisor((u_int)tdiv);
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c5516 static const int tdiv[IWN_NATTEN_GROUPS] = { 9, 8, 8, 8, 6 }; local
5598 tdiff = ((sc->temp - temp) * 2) / tdiv[grp];

Completed in 68 milliseconds