Searched refs:bfin_write_TCNTL (Results 1 – 5 of 5) sorted by relevance
259 bfin_write_TCNTL(TMPWR); in bfin_coretmr_set_next_event()263 bfin_write_TCNTL(TMPWR | TMREN); in bfin_coretmr_set_next_event()273 bfin_write_TCNTL(TMPWR); in bfin_coretmr_set_mode()279 bfin_write_TCNTL(TMPWR | TMREN | TAUTORLD); in bfin_coretmr_set_mode()283 bfin_write_TCNTL(TMPWR); in bfin_coretmr_set_mode()291 bfin_write_TCNTL(0); in bfin_coretmr_set_mode()302 bfin_write_TCNTL(TMPWR); in bfin_coretmr_init()
35 bfin_write_TCNTL(0); in setup_system_timer0()54 bfin_write_TCNTL(1); in setup_core_timer()67 bfin_write_TCNTL(7); in setup_core_timer()
29 bfin_write_TCNTL(0); in platform_cpu_die()
166 bfin_write_TCNTL(0); in bfin_local_timer_setup()
235 #define bfin_write_TCNTL(val) bfin_write32(TCNTL,val) macro