timex.h 215 B

12345678910111213
  1. /*
  2. * linux/include/asm-arm/arch-ixp4xx/timex.h
  3. *
  4. */
  5. #include <asm/hardware.h>
  6. /*
  7. * We use IXP425 General purpose timer for our timer needs, it runs at
  8. * 66.66... MHz
  9. */
  10. #define CLOCK_TICK_RATE (66666666)