Home
last modified time | relevance | path

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

/freebsd/sys/arm/ti/
H A Dti_adc.c617 int i, start_step, end_step; in ti_adc_tsc_init() local
634 end_step = start_step + sc->sc_coord_readouts - 1; in ti_adc_tsc_init()
635 for (i = start_step; i <= end_step; i++) { in ti_adc_tsc_init()
653 end_step = start_step + sc->sc_coord_readouts - 1; in ti_adc_tsc_init()
654 for (i = start_step; i <= end_step; i++) { in ti_adc_tsc_init()
681 end_step = ADC_STEPS; in ti_adc_tsc_init()
682 for (i = start_step; i <= end_step; i++) { in ti_adc_tsc_init()