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

/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/tx/
H A Dtx39clock.c71 uint32_t t_lo; member in struct:txtime
170 elapsed = t1.t_lo - t0.t_lo;
217 t->t_lo = reglo;
303 mytime = ((uint64_t)t.t_hi << 32) | (uint64_t)t.t_lo;
307 t.t_lo = (uint32_t)(mytime & 0xffffffff);
310 tx_conf_write(tc, TX39_TIMERALARMLO_REG, t.t_lo);

Completed in 55 milliseconds