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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/clocksource/
H A Dsh_cmt.c61 static inline unsigned long sh_cmt_read(struct sh_cmt_priv *p, int reg_nr) function
116 o1 = sh_cmt_read(p, CMCSR) & p->overflow_bit;
121 v1 = sh_cmt_read(p, CMCNT);
122 v2 = sh_cmt_read(p, CMCNT);
123 v3 = sh_cmt_read(p, CMCNT);
124 o1 = sh_cmt_read(p, CMCSR) & p->overflow_bit;
140 value = sh_cmt_read(p, CMSTR);
304 sh_cmt_write(p, CMCSR, sh_cmt_read(p, CMCSR) & p->clear_bits);

Completed in 49 milliseconds