Home
last modified time | relevance | path

Searched refs:bfin_write_TCNTL (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/blackfin/kernel/
Dtime-ts.c245 bfin_write_TCNTL(TMPWR); in bfin_coretmr_set_next_event()
249 bfin_write_TCNTL(TMPWR | TMREN); in bfin_coretmr_set_next_event()
259 bfin_write_TCNTL(TMPWR); in bfin_coretmr_set_mode()
265 bfin_write_TCNTL(TMPWR | TMREN | TAUTORLD); in bfin_coretmr_set_mode()
269 bfin_write_TCNTL(TMPWR); in bfin_coretmr_set_mode()
277 bfin_write_TCNTL(0); in bfin_coretmr_set_mode()
288 bfin_write_TCNTL(TMPWR); in bfin_coretmr_init()
Dtime.c34 bfin_write_TCNTL(0); in setup_system_timer0()
53 bfin_write_TCNTL(TMPWR); in setup_core_timer()
66 bfin_write_TCNTL(TAUTORLD | TMREN | TMPWR); in setup_core_timer()
/linux-4.1.27/arch/blackfin/mach-bf561/
Dhotplug.c29 bfin_write_TCNTL(0); in platform_cpu_die()
Dsmp.c169 bfin_write_TCNTL(0); in bfin_local_timer_setup()
/linux-4.1.27/arch/blackfin/include/asm/
Dcdef_LPBlackfin.h235 #define bfin_write_TCNTL(val) bfin_write32(TCNTL,val) macro