Searched defs:system_clock (Results 1 - 1 of 1) sorted by relevance

/arch/m68k/68360/
H A Dconfig.c40 unsigned long int system_clock; variable
46 // unsigned int system_clock = 33000000l;
47 extern unsigned long int system_clock; //In kernel setup.c
95 pquicc->timer_trr1 = (system_clock/ prescaler) / HZ; /* reference count */
156 system_clock = (OSCILLATOR / 128) * (mf + 1);
161 system_clock = (OSCILLATOR) * (mf + 1);

Completed in 24 milliseconds