Home
last modified time | relevance | path

Searched refs:STEPDELAY_SAMPLE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/mfd/
H A Dti_am335x_tscadc.h81 #define STEPDELAY_SAMPLE(val) FIELD_PREP(GENMASK(31, 24), (val)) macro
82 #define STEPCONFIG_SAMPLEDLY STEPDELAY_SAMPLE(0)
/openbmc/linux/drivers/iio/adc/
H A Dti_am335x_adc.c142 STEPDELAY_SAMPLE(adc_dev->sample_delay[i])); in tiadc_step_config()