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

/freebsd-13-stable/stand/common/
H A Dconsole.c304 u_long tdiv; local
307 tdiv = strtoul(value, &eptr, 0);
312 twiddle_divisor((u_int)tdiv);
/freebsd-13-stable/sys/dev/iwn/
H A Dif_iwn.c5686 static const int tdiv[IWN_NATTEN_GROUPS] = { 9, 8, 8, 8, 6 }; local
5769 tdiff = ((sc->temp - temp) * 2) / tdiv[grp];

Completed in 115 milliseconds