Searched refs:stepconfig (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/arm/ti/
H A Dti_adc.c77 { .stepconfig = ADC_STEPCFG(1), .stepdelay = ADC_STEPDLY(1) },
78 { .stepconfig = ADC_STEPCFG(2), .stepdelay = ADC_STEPDLY(2) },
79 { .stepconfig = ADC_STEPCFG(3), .stepdelay = ADC_STEPDLY(3) },
80 { .stepconfig = ADC_STEPCFG(4), .stepdelay = ADC_STEPDLY(4) },
81 { .stepconfig = ADC_STEPCFG(5), .stepdelay = ADC_STEPDLY(5) },
82 { .stepconfig = ADC_STEPCFG(6), .stepdelay = ADC_STEPDLY(6) },
83 { .stepconfig = ADC_STEPCFG(7), .stepdelay = ADC_STEPDLY(7) },
84 { .stepconfig = ADC_STEPCFG(8), .stepdelay = ADC_STEPDLY(8) },
218 reg = input->stepconfig;
618 uint32_t stepconfig, va local
[all...]
H A Dti_adcvar.h70 uint32_t stepconfig; /* step config register */ member in struct:ti_adc_input

Completed in 298 milliseconds