Searched refs:start_step (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/testcode/
H A Dfake_event.c241 if(p->start_step <= timenow && timenow <= p->end_step &&
248 p->start_step, p->end_step, (*entry)->lineno);
/freebsd-11-stable/sys/arm/ti/
H A Dti_adc.c617 int i, start_step, end_step; local
633 start_step = ADC_STEPS - sc->sc_coord_readouts + 1;
634 end_step = start_step + sc->sc_coord_readouts - 1;
635 for (i = start_step; i <= end_step; i++) {
652 start_step = ADC_STEPS - (sc->sc_coord_readouts*2 + 2) + 1;
653 end_step = start_step + sc->sc_coord_readouts - 1;
654 for (i = start_step; i <= end_step; i++) {
665 start_step = ADC_STEPS - (sc->sc_coord_readouts + 2) + 1;
670 ADC_WRITE4(sc, ADC_STEPCFG(start_step), stepconfig);
671 ADC_WRITE4(sc, ADC_STEPDLY(start_step), STEPDLY_OPE
[all...]

Completed in 64 milliseconds