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

/linux-4.4.14/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)");
58 /* mult, shift are set based on mhz27 flag */
77 outb(HR_TMEN | (mhz27 ? HR_TMCLKSEL : 0), init_hrt_clocksource()
81 if (mhz27) init_hrt_clocksource()
84 pr_info("enabling scx200 high-res timer (%s MHz +%d ppm)\n", mhz27 ? "27":"1", ppm); init_hrt_clocksource()

Completed in 249 milliseconds