Home
last modified time | relevance | path

Searched refs:sh_tmu_write (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/clocksource/
Dsh_tmu.c109 static inline void sh_tmu_write(struct sh_tmu_channel *ch, int reg_nr, in sh_tmu_write() function
144 sh_tmu_write(ch, TSTR, value); in sh_tmu_start_stop_ch()
164 sh_tmu_write(ch, TCOR, 0xffffffff); in __sh_tmu_enable()
165 sh_tmu_write(ch, TCNT, 0xffffffff); in __sh_tmu_enable()
169 sh_tmu_write(ch, TCR, TCR_TPSC_CLK4); in __sh_tmu_enable()
194 sh_tmu_write(ch, TCR, TCR_TPSC_CLK4); in __sh_tmu_disable()
224 sh_tmu_write(ch, TCR, TCR_UNIE | TCR_TPSC_CLK4); in sh_tmu_set_next()
228 sh_tmu_write(ch, TCOR, delta); in sh_tmu_set_next()
230 sh_tmu_write(ch, TCOR, 0xffffffff); in sh_tmu_set_next()
232 sh_tmu_write(ch, TCNT, delta); in sh_tmu_set_next()
[all …]