HomeSort by: relevance | last modified time | path
    Searched defs:timel (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/hpcmips/vr/
rtc.c 281 uint32_t timel; /* timel/32768 sec */ local in function:vrrtc_get
286 timel = bus_space_read_2(iot, ioh, ETIME_L_REG_W);
288 DPRINTF(("clock_get: timeh %08x timel %08x\n", timeh, timel));
294 tvp->tv_sec += timel / ETIME_L_HZ;
297 usec = (timel % ETIME_L_HZ);
312 uint32_t timel; /* timel/32768 sec */ local in function:vrrtc_set
318 timel = sec % 2
337 int timel; local in function:vrrtc_dump_regs
    [all...]
rtc.c 281 uint32_t timel; /* timel/32768 sec */ local in function:vrrtc_get
286 timel = bus_space_read_2(iot, ioh, ETIME_L_REG_W);
288 DPRINTF(("clock_get: timeh %08x timel %08x\n", timeh, timel));
294 tvp->tv_sec += timel / ETIME_L_HZ;
297 usec = (timel % ETIME_L_HZ);
312 uint32_t timel; /* timel/32768 sec */ local in function:vrrtc_set
318 timel = sec % 2
337 int timel; local in function:vrrtc_dump_regs
    [all...]
rtc.c 281 uint32_t timel; /* timel/32768 sec */ local in function:vrrtc_get
286 timel = bus_space_read_2(iot, ioh, ETIME_L_REG_W);
288 DPRINTF(("clock_get: timeh %08x timel %08x\n", timeh, timel));
294 tvp->tv_sec += timel / ETIME_L_HZ;
297 usec = (timel % ETIME_L_HZ);
312 uint32_t timel; /* timel/32768 sec */ local in function:vrrtc_set
318 timel = sec % 2
337 int timel; local in function:vrrtc_dump_regs
    [all...]
rtc.c 281 uint32_t timel; /* timel/32768 sec */ local in function:vrrtc_get
286 timel = bus_space_read_2(iot, ioh, ETIME_L_REG_W);
288 DPRINTF(("clock_get: timeh %08x timel %08x\n", timeh, timel));
294 tvp->tv_sec += timel / ETIME_L_HZ;
297 usec = (timel % ETIME_L_HZ);
312 uint32_t timel; /* timel/32768 sec */ local in function:vrrtc_set
318 timel = sec % 2
337 int timel; local in function:vrrtc_dump_regs
    [all...]

Completed in 66 milliseconds