Home
last modified time | relevance | path

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

/linux-4.4.14/arch/blackfin/kernel/
Dtime-ts.c54 if (clocksource_register_hz(&bfin_cs_cycles, get_cclk())) in bfin_cs_cycles_init()
258 unsigned long tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1); in bfin_coretmr_set_periodic()
344 clock_tick = get_cclk() / TIME_SCALE; in bfin_coretmr_clockevent_init()
Dtime.c59 tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1); in setup_core_timer()
Dsetup.c980 cclk = get_cclk();
1170 u_long get_cclk(void) function
1196 EXPORT_SYMBOL(get_cclk);
1285 cclk = get_cclk();
Dipipe.c70 __ipipe_core_clock = get_cclk(); /* Fetch this once. */ in __ipipe_enable_pipeline()
Dbfin_dma.c131 if (get_cclk() > 500000000) { in request_dma()
Dtrace.c870 get_cclk()/1000000, get_sclk()/1000000, in show_regs()
Ddebug-mmrs.c72 *val = get_cclk(); in debug_cclk_get()
/linux-4.4.14/drivers/cpufreq/
Dblackfin-cpufreq.c111 return get_cclk() / 1000; in bfin_getfreq_khz()
182 cclk = get_cclk() / 1000; in __bfin_cpu_init()
/linux-4.4.14/arch/blackfin/include/asm/
Dbfin-global.h42 extern unsigned long get_cclk(void);
/linux-4.4.14/arch/blackfin/mach-common/
Dpm.c277 do_div(usec64, get_cclk() / USEC_PER_SEC); in bfin_pm_end()