Searched refs:step_en (Results 1 – 1 of 1) sorted by relevance
68 u32 step_en; in get_adc_step_mask() local70 step_en = ((1 << adc_dev->channels) - 1); in get_adc_step_mask()71 step_en <<= TOTAL_STEPS - adc_dev->channels + 1; in get_adc_step_mask()72 return step_en; in get_adc_step_mask()439 u32 step_en; in tiadc_read_raw() local463 step_en = get_adc_chan_step_mask(adc_dev, chan); in tiadc_read_raw()464 if (!step_en) in tiadc_read_raw()477 am335x_tsc_se_set_once(adc_dev->mfd_tscadc, step_en); in tiadc_read_raw()690 u32 step_en; in tiadc_remove() local699 step_en = get_adc_step_mask(adc_dev); in tiadc_remove()[all …]