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);44 start = bitmap_find_next_zero_area(allocated_pwms, MAX_PWMS, 0, in alloc_pwms()47 if (start + count > MAX_PWMS) in alloc_pwms()374 if (pwm < 0 || pwm >= MAX_PWMS) in pwm_request()
255 if (WARN_ON(info->npwm > MAX_PWMS)) in pwm_lpss_probe()