Searched refs:RCAR_PWM_MAX_CYCLE (Results 1 – 1 of 1) sorted by relevance
24 #define RCAR_PWM_MAX_CYCLE 1023U macro101 if (*period_cycles > RCAR_PWM_MAX_CYCLE) { in pwm_rcar_update_clk()103 while (*period_cycles > RCAR_PWM_MAX_CYCLE) { in pwm_rcar_update_clk()114 while (*period_cycles < (RCAR_PWM_MAX_CYCLE / 2)) { in pwm_rcar_update_clk()174 if (period_cycles > RCAR_PWM_MAX_CYCLE || period_cycles < (RCAR_PWM_MAX_CYCLE / 2)) { in pwm_rcar_set_cycles()