Searched refs:bfin_write_TCOUNT (Results 1 – 3 of 3) sorted by relevance
250 bfin_write_TCOUNT(cycles); in bfin_coretmr_set_next_event()264 bfin_write_TCOUNT(tcount); in bfin_coretmr_set_periodic()276 bfin_write_TCOUNT(0); in bfin_coretmr_set_oneshot()296 bfin_write_TCOUNT(0); in bfin_coretmr_init()
61 bfin_write_TCOUNT(tcount); in setup_core_timer()
241 #define bfin_write_TCOUNT(val) bfin_write32(TCOUNT,val) macro