Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
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)");
77 outb(HR_TMEN | (mhz27 ? HR_TMCLKSEL : 0), in init_hrt_clocksource()
81 if (mhz27) in init_hrt_clocksource()
84 pr_info("enabling scx200 high-res timer (%s MHz +%d ppm)\n", mhz27 ? "27":"1", ppm); in init_hrt_clocksource()