Searched refs:MAX_PWMS (Results 1 – 3 of 3) sorted by relevance
16 #define MAX_PWMS 4 macro22 u32 saved_ctrl[MAX_PWMS];
23 #define MAX_PWMS 1024 macro29 static DECLARE_BITMAP(allocated_pwms, MAX_PWMS);42 if (pwm >= MAX_PWMS) in alloc_pwms()48 start = bitmap_find_next_zero_area(allocated_pwms, MAX_PWMS, from, in alloc_pwms()54 if (start + count > MAX_PWMS) in alloc_pwms()382 if (pwm < 0 || pwm >= MAX_PWMS) in pwm_request()
207 if (WARN_ON(info->npwm > MAX_PWMS)) in pwm_lpss_probe()