Home
last modified time | relevance | path

Searched refs:sampletime (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/sgimips/dev/
H A Dint.c489 int sampletime; in int2_cal_timer() local
499 sampletime = (1000000 / hz) + 0xff; in int2_cal_timer()
505 bus_space_write_1(iot, ioh, INT2_TIMER_2, (sampletime & 0xff)); in int2_cal_timer()
506 bus_space_write_1(iot, ioh, INT2_TIMER_2, (sampletime >> 8)); in int2_cal_timer()