Searched refs:set_gptimer_pwidth (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/blackfin/kernel/ |
D | time-ts.c | 78 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()
|
D | time.c | 43 set_gptimer_pwidth(TIMER0_id, 1); in setup_system_timer0()
|
D | gptimers.c | 128 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/ |
D | pwm-bfin.c | 84 set_gptimer_pwidth(priv->pin, duty); in bfin_pwm_config()
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | gptimers.h | 250 void set_gptimer_pwidth(unsigned int timer_id, uint32_t width);
|
/linux-4.4.14/drivers/video/fbdev/ |
D | bfin-t350mcqb-fb.c | 156 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()
|
D | bfin-lq035q1-fb.c | 313 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/ |
D | iio-trig-bfin-timer.c | 111 set_gptimer_pwidth(st->t->id, val - st->duty); in iio_bfin_tmr_frequency_store()
|