Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-raspberrypi-poe.c23 #define RPI_PWM_MAX_DUTY 255 macro
93 RPI_PWM_MAX_DUTY); in raspberrypi_pwm_get_state()
114 duty_cycle = DIV_ROUND_DOWN_ULL(state->duty_cycle * RPI_PWM_MAX_DUTY, in raspberrypi_pwm_apply()
117 duty_cycle = RPI_PWM_MAX_DUTY; in raspberrypi_pwm_apply()