Searched refs:mhz27 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/clocksource/
H A Dscx200_hrt.c27 static int mhz27; variable
28 module_param(mhz27, int, 0); /* load time only */
29 MODULE_PARM_DESC(mhz27, "count at 27.0 MHz (default is 1.0 MHz)");
61 /* mult, shift are set based on mhz27 flag */
79 outb(HR_TMEN | (mhz27 ? HR_TMCLKSEL : 0),
82 if (mhz27) {
92 mhz27 ? "27":"1", ppm);

Completed in 44 milliseconds