Searched defs:PWM_PERIOD_MASK (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/pwm/ | ||
H A D | pwm-mtk-disp.c | 25 #define PWM_PERIOD_MASK ((1 << PWM_PERIOD_BIT_WIDTH) - 1) macro |
H A D | pwm-hibvt.c | 32 #define PWM_PERIOD_MASK GENMASK(31, 0) macro |