Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/pwm/
Dpwm-lpss.h16 #define MAX_PWMS 4 macro
22 u32 saved_ctrl[MAX_PWMS];
Dcore.c23 #define MAX_PWMS 1024 macro
29 static DECLARE_BITMAP(allocated_pwms, MAX_PWMS);
42 if (pwm >= MAX_PWMS) in alloc_pwms()
48 start = bitmap_find_next_zero_area(allocated_pwms, MAX_PWMS, from, in alloc_pwms()
54 if (start + count > MAX_PWMS) in alloc_pwms()
382 if (pwm < 0 || pwm >= MAX_PWMS) in pwm_request()
Dpwm-lpss.c207 if (WARN_ON(info->npwm > MAX_PWMS)) in pwm_lpss_probe()