Home
last modified time | relevance | path

Searched refs:get_cclk (Results 1 – 7 of 7) sorted by relevance

/arch/blackfin/kernel/
Dtime-ts.c82 set_cyc2ns_scale(get_cclk() / 1000); in bfin_clocksource_init()
84 clocksource_bfin.mult = clocksource_hz2mult(get_cclk(), clocksource_bfin.shift); in bfin_clocksource_init()
109 unsigned long tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1); in bfin_timer_set_mode()
187 timer_clk = get_cclk() / TIME_SCALE; in bfin_clockevent_init()
Dtime.c63 tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1); in setup_core_timer()
Dsetup.c796 cclk = get_cclk();
994 u_long get_cclk(void) function
1016 EXPORT_SYMBOL(get_cclk);
1078 cclk = get_cclk();
Dipipe.c71 __ipipe_core_clock = get_cclk(); /* Fetch this once. */ in __ipipe_enable_pipeline()
Dbfin_dma_5xx.c95 if (get_cclk() > 500000000) { in request_dma()
/arch/blackfin/mach-common/
Dcpufreq.c81 return get_cclk() / 1000; in bfin_getfreq_khz()
140 cclk = get_cclk() / 1000; in __bfin_cpu_init()
/arch/blackfin/include/asm/
Dbfin-global.h53 extern unsigned long get_cclk(void);