Searched refs:LRADC_MAX_TOTAL_CHANS (Results 1 – 1 of 1) sorted by relevance
51 #define LRADC_MAX_TOTAL_CHANS 16 macro120 static const uint32_t mx23_vref_mv[LRADC_MAX_TOTAL_CHANS] = {139 static const uint32_t mx28_vref_mv[LRADC_MAX_TOTAL_CHANS] = {213 struct mxs_lradc_scale scale_avail[LRADC_MAX_TOTAL_CHANS][2];1187 for_each_set_bit(i, iio->active_scan_mask, LRADC_MAX_TOTAL_CHANS) { in mxs_lradc_trigger_handler()1262 LRADC_MAX_TOTAL_CHANS); in mxs_lradc_buffer_preenable()1287 for_each_set_bit(chan, iio->active_scan_mask, LRADC_MAX_TOTAL_CHANS) { in mxs_lradc_buffer_preenable()1334 const int map_chans = bitmap_weight(mask, LRADC_MAX_TOTAL_CHANS); in mxs_lradc_validate_scan_mask()1351 if (bitmap_intersects(mask, &rsvd_mask, LRADC_MAX_TOTAL_CHANS)) in mxs_lradc_validate_scan_mask()1618 iio->masklength = LRADC_MAX_TOTAL_CHANS; in mxs_lradc_probe()[all …]