Searched refs:start_step (Results 1 – 2 of 2) sorted by relevance
617 int i, start_step, end_step; in ti_adc_tsc_init() local633 start_step = ADC_STEPS - sc->sc_coord_readouts + 1; in ti_adc_tsc_init()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()652 start_step = ADC_STEPS - (sc->sc_coord_readouts*2 + 2) + 1; 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()665 start_step = ADC_STEPS - (sc->sc_coord_readouts + 2) + 1; in ti_adc_tsc_init()670 ADC_WRITE4(sc, ADC_STEPCFG(start_step), stepconfig); in ti_adc_tsc_init()671 ADC_WRITE4(sc, ADC_STEPDLY(start_step), STEPDLY_OPEN); in ti_adc_tsc_init()[all …]
249 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()