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

/netbsd-current/sys/arch/mips/alchemy/
H A Dau_timer.c61 while (bus_space_read_4(st, sh, PC_COUNTER_CONTROL) \
79 ctl = bus_space_read_4(st, sh, PC_COUNTER_CONTROL);
81 SET_PC_REG(PC_COUNTER_CONTROL, 0, ctl | CC_EO | CC_EN1);
110 SET_PC_REG(PC_COUNTER_CONTROL, 0, ctl);
/netbsd-current/sys/arch/mips/alchemy/dev/
H A Daurtc.c162 while (GETREG(PC_COUNTER_CONTROL) & CC_C0S) {
182 while (GETREG(PC_COUNTER_CONTROL) & CC_C0S) {
/netbsd-current/sys/arch/mips/alchemy/include/
H A Daureg.h232 #define PC_COUNTER_CONTROL 0x14 /* Programmable Counter Control */ macro

Completed in 71 milliseconds