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

/u-boot/drivers/pwm/
H A Dtegra_pwm.c24 uint pulse_width; local
33 pulse_width = duty_ns * 255 / period_ns;
35 reg = pulse_width << PWM_WIDTH_SHIFT;
39 debug("%s: pulse_width=%u\n", __func__, pulse_width);

Completed in 63 milliseconds