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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/timers/
H A Dtimer-cmt.c23 #define CMT_CMCSR_0 0xf84a0072 macro
36 #define CMT_CMCSR_0 0xfffec002 macro
74 if (ctrl_inw(CMT_CMCSR_0) & 0x80) { /* Check CMF bit */
97 timer_status = ctrl_inw(CMT_CMCSR_0);
99 ctrl_outw(timer_status, CMT_CMCSR_0);
125 ctrl_inw(CMT_CMCSR_0);
126 ctrl_outw(CMT_CMCSR_INIT, CMT_CMCSR_0);
133 u8 divisor = ctrl_inw(CMT_CMCSR_0) & 0x3;

Completed in 99 milliseconds