Searched refs:step_en (Results 1 – 1 of 1) sorted by relevance
67 u32 step_en; in get_adc_step_mask() local69 step_en = ((1 << adc_dev->channels) - 1); in get_adc_step_mask()70 step_en <<= TOTAL_STEPS - adc_dev->channels + 1; in get_adc_step_mask()71 return step_en; in get_adc_step_mask()438 u32 step_en; in tiadc_read_raw() local462 step_en = get_adc_chan_step_mask(adc_dev, chan); in tiadc_read_raw()463 if (!step_en) in tiadc_read_raw()476 am335x_tsc_se_set_once(adc_dev->mfd_tscadc, step_en); in tiadc_read_raw()689 u32 step_en; in tiadc_remove() local698 step_en = get_adc_step_mask(adc_dev); in tiadc_remove()[all …]