Searched refs:MAX_PWMS (Results 1 – 1 of 1) sorted by relevance
26 #define MAX_PWMS 1024 macro35 static DECLARE_BITMAP(allocated_pwms, MAX_PWMS);48 start = bitmap_find_next_zero_area(allocated_pwms, MAX_PWMS, 0, in alloc_pwms()51 if (start + count > MAX_PWMS) in alloc_pwms()380 if (pwm < 0 || pwm >= MAX_PWMS) in pwm_request()
Completed in 4 milliseconds