Searched refs:get_gptimer_period (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/Documentation/blackfin/
H A Dgptimers-example.c37 data->period = get_gptimer_period(TIMER5_id); gptimer_example_irq()
/linux-4.1.27/drivers/staging/iio/trigger/
H A Diio-trig-bfin-timer.c70 if (get_gptimer_period(st->t->id) == 0) iio_bfin_tmr_set_state()
124 unsigned int period = get_gptimer_period(st->t->id); iio_bfin_tmr_frequency_show()
130 val = get_sclk() / get_gptimer_period(st->t->id); iio_bfin_tmr_frequency_show()
/linux-4.1.27/arch/blackfin/kernel/
H A Dgptimers.c151 uint32_t get_gptimer_period(unsigned int timer_id) get_gptimer_period() function
156 EXPORT_SYMBOL(get_gptimer_period); variable
/linux-4.1.27/arch/blackfin/include/asm/
H A Dgptimers.h253 uint32_t get_gptimer_period(unsigned int timer_id);

Completed in 131 milliseconds