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);42 start = bitmap_find_next_zero_area(allocated_pwms, MAX_PWMS, 0, in alloc_pwms()45 if (start + count > MAX_PWMS) in alloc_pwms()