Home
last modified time | relevance | path

Searched refs:VIA_CLOCK_FREQ (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/m68k/mac/
H A Dvia.c565 #define VIA_CLOCK_FREQ 783360 /* VIA "phase 2" clock in Hz */ macro
566 #define VIA_TIMER_CYCLES (VIA_CLOCK_FREQ / HZ) /* clock cycles per jiffy */
605 clocksource_register_hz(&mac_clk, VIA_CLOCK_FREQ); in via_init_clock()