Searched refs:sh_mtu2_write (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/clocksource/
H A Dsh_mtu2.c171 static inline void sh_mtu2_write(struct sh_mtu2_channel *ch, int reg_nr, function
200 sh_mtu2_write(ch, TSTR, value);
231 sh_mtu2_write(ch, TCR, TCR_CCLR_TGRA | TCR_TPSC_P64);
232 sh_mtu2_write(ch, TIOR, TIOC_IOCH(TIOR_OC_0_CLEAR) |
234 sh_mtu2_write(ch, TGR, periodic);
235 sh_mtu2_write(ch, TCNT, 0);
236 sh_mtu2_write(ch, TMDR, TMDR_MD_NORMAL);
237 sh_mtu2_write(ch, TIER, TIER_TGIEA);
263 sh_mtu2_write(ch, TSR, ~TSR_TGFA);

Completed in 283 milliseconds