Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/kernel/
Dtime-ts.c250 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()
Dtime.c61 bfin_write_TCOUNT(tcount); in setup_core_timer()
/linux-4.4.14/arch/blackfin/include/asm/
Dcdef_LPBlackfin.h241 #define bfin_write_TCOUNT(val) bfin_write32(TCOUNT,val) macro