Lines Matching refs:i8254_freq
83 u_int i8254_freq = TIMER_FREQ; variable
84 TUNABLE_INT("hw.i8254.freq", &i8254_freq);
200 freq = i8254_freq / freq; in timer_spkr_setfreq()
287 ticks_left = ((u_int)n * (long long)i8254_freq + 999999) in i8254_delay()
338 new_count = min(((uint64_t)i8254_freq * period + in set_i8254_freq()
446 freq = i8254_freq; in sysctl_machdep_i8254_freq()
449 i8254_freq = freq; in sysctl_machdep_i8254_freq()
460 SYSCTL_PROC(_machdep, OID_AUTO, i8254_freq,
581 sc->tc.tc_frequency = i8254_freq; in attimer_attach()
615 sc->et.et_frequency = i8254_freq; in attimer_attach()
616 sc->et.et_min_period = (0x0002LLU << 32) / i8254_freq; in attimer_attach()
617 sc->et.et_max_period = (0xfffeLLU << 32) / i8254_freq; in attimer_attach()