Home
last modified time | relevance | path

Searched refs:set_gptimer_pwidth (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/blackfin/kernel/
Dtime-ts.c78 set_gptimer_pwidth(TIMER0_id, -2); in setup_gptimer0()
134 set_gptimer_pwidth(TIMER0_id, cycles - 3); in bfin_gptmr0_set_next_event()
152 set_gptimer_pwidth(TIMER0_id, get_sclk() / HZ - 1); in bfin_gptmr0_set_periodic()
Dtime.c43 set_gptimer_pwidth(TIMER0_id, 1); in setup_system_timer0()
Dgptimers.c128 void set_gptimer_pwidth(unsigned int timer_id, uint32_t value) in set_gptimer_pwidth() function
134 EXPORT_SYMBOL(set_gptimer_pwidth);
/linux-4.4.14/drivers/pwm/
Dpwm-bfin.c84 set_gptimer_pwidth(priv->pin, duty); in bfin_pwm_config()
/linux-4.4.14/arch/blackfin/include/asm/
Dgptimers.h250 void set_gptimer_pwidth(unsigned int timer_id, uint32_t width);
/linux-4.4.14/drivers/video/fbdev/
Dbfin-t350mcqb-fb.c156 set_gptimer_pwidth(TIMER0_id, H_PULSE); in bfin_t350mcqb_init_timers()
162 set_gptimer_pwidth(TIMER1_id, V_PULSE); in bfin_t350mcqb_init_timers()
Dbfin-lq035q1-fb.c313 set_gptimer_pwidth(TIMER_HSYNC_id, fbi->h_pulse); in bfin_lq035q1_init_timers()
319 set_gptimer_pwidth(TIMER_VSYNC_id, fbi->v_pulse); in bfin_lq035q1_init_timers()
/linux-4.4.14/drivers/staging/iio/trigger/
Diio-trig-bfin-timer.c111 set_gptimer_pwidth(st->t->id, val - st->duty); in iio_bfin_tmr_frequency_store()