Home
last modified time | relevance | path

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

/linux-2.6.39/arch/blackfin/kernel/
Dtime-ts.c261 bfin_write_TCOUNT(cycles); in bfin_coretmr_set_next_event()
277 bfin_write_TCOUNT(tcount); in bfin_coretmr_set_mode()
287 bfin_write_TCOUNT(0); in bfin_coretmr_set_mode()
308 bfin_write_TCOUNT(0); in bfin_coretmr_init()
Dtime.c62 bfin_write_TCOUNT(tcount); in setup_core_timer()
/linux-2.6.39/arch/blackfin/include/asm/
Dcdef_LPBlackfin.h241 #define bfin_write_TCOUNT(val) bfin_write32(TCOUNT,val) macro