Home
last modified time | relevance | path

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

/src/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()
/src/contrib/unbound/testcode/
H A Dfake_event.c249 if(p->start_step <= timenow && timenow <= p->end_step && in pending_find_match()
256 p->start_step, p->end_step, (*entry)->lineno); in pending_find_match()