HomeSort by: relevance | last modified time | path
    Searched defs:repeat_ch (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/amiga/dev/
ite.c 117 static callout_t repeat_ch; variable in typeref:typename:callout_t
401 callout_init(&repeat_ch, 0);
864 callout_stop(&repeat_ch);
872 callout_stop(&repeat_ch);
915 callout_reset(&repeat_ch,
921 callout_reset(&repeat_ch,
  /src/sys/arch/atari/dev/
ite.c 845 static callout_t repeat_ch; variable in typeref:typename:callout_t
869 callout_init(&repeat_ch, 0);
899 callout_stop(&repeat_ch);
910 callout_stop(&repeat_ch);
982 callout_reset(&repeat_ch, start_repeat_timeo * hz / 100,
988 callout_reset(&repeat_ch, next_repeat_timeo * hz / 100,

Completed in 70 milliseconds