Searched refs:sh_cmt_write (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/clocksource/ |
D | sh_cmt.c | 87 static inline void sh_cmt_write(struct sh_cmt_priv *p, int reg_nr, in sh_cmt_write() function 150 sh_cmt_write(p, CMSTR, value); in sh_cmt_start_stop_ch() 171 sh_cmt_write(p, CMCSR, 0x43); in sh_cmt_enable() 174 sh_cmt_write(p, CMCSR, 0x01a4); in sh_cmt_enable() 177 sh_cmt_write(p, CMCOR, 0xffffffff); in sh_cmt_enable() 178 sh_cmt_write(p, CMCNT, 0); in sh_cmt_enable() 220 sh_cmt_write(p, CMCSR, 0); in sh_cmt_disable() 265 sh_cmt_write(p, CMCOR, new_match); in sh_cmt_clock_event_program_verify() 341 sh_cmt_write(p, CMCSR, sh_cmt_read(p, CMCSR) & p->clear_bits); in sh_cmt_interrupt()
|