Searched refs:NUM_CHANNELS (Results 1 – 2 of 2) sorted by relevance
13 NUM_CHANNELS = 3, enumerator32 struct sandbox_pwm_chan chan[NUM_CHANNELS];41 if (channel >= NUM_CHANNELS) in sandbox_pwm_get_config()58 if (channel >= NUM_CHANNELS) in sandbox_pwm_set_config()80 if (channel >= NUM_CHANNELS) in sandbox_pwm_set_enable()94 if (channel >= NUM_CHANNELS) in sandbox_pwm_set_invert()
164 #define NUM_CHANNELS 8 macro629 if (channel < 0 || channel >= NUM_CHANNELS) { in meson_saradc_start_channel()712 uc_pdata->channel_mask = GENMASK(NUM_CHANNELS - 1, 0); in meson_saradc_of_to_plat()
Completed in 7 milliseconds