PWM_MAX_LEVEL
DIV_ROUND_UP_ULL(duty_cycle_reg * state->period, PWM_MAX_LEVEL);
u64 level = state->duty_cycle * PWM_MAX_LEVEL;