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

/freebsd-10.3-release/sys/mips/rmi/
H A Dpic.h77 #define PIC_CLOCK_TIMER 7 macro
118 #define PIC_CLOCK_IRQ PIC_TIMER_IRQ(PIC_CLOCK_TIMER)
H A Dxlr_machdep.c293 return (0xffffffffU - pic_timer_count32(PIC_CLOCK_TIMER));
328 pic_init_timer(PIC_CLOCK_TIMER);
329 pic_set_timer(PIC_CLOCK_TIMER, ~UINT64_C(0));
/freebsd-10.3-release/sys/mips/nlm/hal/
H A Dpic.h170 #define PIC_CLOCK_TIMER 7 macro
/freebsd-10.3-release/sys/mips/nlm/
H A Dxlp_machdep.c394 uint64_t count = nlm_pic_read_timer(xlp_pic_base, PIC_CLOCK_TIMER);
423 nlm_pic_set_timer(xlp_pic_base, PIC_CLOCK_TIMER, ~0ULL, 0, 0);

Completed in 141 milliseconds