Home | Sort by: relevance | last modified time | path |
/src/sys/arch/hpcmips/vr/ | |
rtc.c | 280 uint32_t timeh; /* elapse time (2*timeh sec) */ local in function:vrrtc_get 284 timeh = bus_space_read_2(iot, ioh, ETIME_H_REG_W); 285 timeh = (timeh << 16) | bus_space_read_2(iot, ioh, ETIME_M_REG_W); 288 DPRINTF(("clock_get: timeh %08x timel %08x\n", timeh, timel)); 290 timeh -= EPOCHOFF; 291 sec = (uint64_t)timeh * 2; 311 uint32_t timeh; /* elapse time (2*timeh sec) * local in function:vrrtc_set 336 int timeh; local in function:vrrtc_dump_regs [all...] |
rtc.c | 280 uint32_t timeh; /* elapse time (2*timeh sec) */ local in function:vrrtc_get 284 timeh = bus_space_read_2(iot, ioh, ETIME_H_REG_W); 285 timeh = (timeh << 16) | bus_space_read_2(iot, ioh, ETIME_M_REG_W); 288 DPRINTF(("clock_get: timeh %08x timel %08x\n", timeh, timel)); 290 timeh -= EPOCHOFF; 291 sec = (uint64_t)timeh * 2; 311 uint32_t timeh; /* elapse time (2*timeh sec) * local in function:vrrtc_set 336 int timeh; local in function:vrrtc_dump_regs [all...] |