Searched refs:SET_PC_REG (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/mips/alchemy/ |
H A D | au_timer.c | 58 #define SET_PC_REG(reg, wait, val) \ macro 81 SET_PC_REG(PC_COUNTER_CONTROL, 0, ctl | CC_EO | CC_EN1); in au_cal_timers() 84 SET_PC_REG(PC_TRIM1, CC_T1S, PC_RATE / 16 - 1); in au_cal_timers() 89 SET_PC_REG(PC_COUNTER_WRITE1, CC_C1S, 0); in au_cal_timers() 110 SET_PC_REG(PC_COUNTER_CONTROL, 0, ctl); in au_cal_timers()
|