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

/arch/m68k/68360/
H A Dconfig.c155 int mf = (int)(pquicc->sim_pllcr & 0x0fff); local
156 system_clock = (OSCILLATOR / 128) * (mf + 1);
160 int mf = (int)(pquicc->sim_pllcr & 0x0fff); local
161 system_clock = (OSCILLATOR) * (mf + 1);

Completed in 55 milliseconds