Searched refs:sh_tmu_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clocksource/ |
H A D | sh_tmu.c | 140 sh_tmu_write(ch, TSTR, value); in sh_tmu_start_stop_ch() 160 sh_tmu_write(ch, TCOR, 0xffffffff); in __sh_tmu_enable() 161 sh_tmu_write(ch, TCNT, 0xffffffff); in __sh_tmu_enable() 164 sh_tmu_write(ch, TCR, TCR_TPSC_CLK4); in __sh_tmu_enable() 189 sh_tmu_write(ch, TCR, TCR_TPSC_CLK4); in __sh_tmu_disable() 219 sh_tmu_write(ch, TCR, TCR_UNIE | TCR_TPSC_CLK4); in sh_tmu_set_next() 223 sh_tmu_write(ch, TCOR, delta); in sh_tmu_set_next() 225 sh_tmu_write(ch, TCOR, 0xffffffff); in sh_tmu_set_next() 227 sh_tmu_write(ch, TCNT, delta); in sh_tmu_set_next() 239 sh_tmu_write(ch, TCR, TCR_TPSC_CLK4); in sh_tmu_interrupt() [all …]
|