Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-twl-led.c43 #define TWL4030_LED_MAX 0x7f macro
77 int duty_cycle = DIV_ROUND_UP(duty_ns * TWL4030_LED_MAX, period_ns) + 1; in twl4030_pwmled_config()
94 else if (duty_cycle > TWL4030_LED_MAX) in twl4030_pwmled_config()