Searched refs:MAX_PWMS (Results 1 – 3 of 3) sorted by relevance
16 #define MAX_PWMS 4 macro
26 #define MAX_PWMS 1024 macro32 static DECLARE_BITMAP(allocated_pwms, MAX_PWMS);45 if (pwm >= MAX_PWMS) in alloc_pwms()51 start = bitmap_find_next_zero_area(allocated_pwms, MAX_PWMS, from, in alloc_pwms()57 if (start + count > MAX_PWMS) in alloc_pwms()402 if (pwm < 0 || pwm >= MAX_PWMS) in pwm_request()
213 if (WARN_ON(info->npwm > MAX_PWMS)) in pwm_lpss_probe()