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

/freebsd-10.2-release/sys/arm/cavium/cns11xx/
H A Dtimer.c147 unsigned int control_value; local
150 control_value = read_4(TIMER_TM_CR_REG);
158 control_value &= ~(TIMER1_CLOCK_SOURCE);
159 control_value |= TIMER1_UP_DOWN_COUNT;
166 control_value &= ~(TIMER2_CLOCK_SOURCE);
167 control_value &= ~(TIMER2_UP_DOWN_COUNT);
171 write_4(control_value, TIMER_TM_CR_REG);
181 unsigned int control_value; local
183 control_value = read_4(TIMER_TM_CR_REG);
185 control_value |
[all...]

Completed in 50 milliseconds