Home
last modified time | relevance | path

Searched refs:MAX_PWMS (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/pwm/
Dcore.c26 #define MAX_PWMS 1024 macro
35 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()