TWL_PWM_MAX
int duty_cycle = DIV64_U64_ROUND_UP(duty_ns * TWL_PWM_MAX, period_ns) + 1;
else if (duty_cycle > TWL_PWM_MAX)