HomeSort by: relevance | last modified time | path
    Searched refs:i8254_delay (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/x86/isa/
clock.c 187 void (*x86_delay)(unsigned int) = i8254_delay;
459 i8254_delay(unsigned int n) function in typeref:typename:void
  /src/sys/arch/x86/include/
cpu.h 587 void i8254_delay(unsigned int);
  /src/sys/arch/x86/x86/
x86_machdep.c 109 void (*delay_func)(unsigned int) = i8254_delay;

Completed in 13 milliseconds