Home
last modified time | relevance | path

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

/arch/blackfin/kernel/
Dtime.c66 bfin_write_TCNTL(TAUTORLD | TMREN | TMPWR); in setup_core_timer()
Dtime-ts.c252 bfin_write_TCNTL(TMPWR | TMREN); in bfin_coretmr_set_next_event()
266 bfin_write_TCNTL(TMPWR | TMREN | TAUTORLD); in bfin_coretmr_set_periodic()
/arch/blackfin/include/asm/
Ddef_LPBlackfin.h596 #define TMREN 0x00000002 /* Timer enable, 0=disable, 1=enable */ macro