Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clocksource/
Dscx200_hrt.c23 static int mhz27; variable
24 module_param(mhz27, int, 0); /* load time only */
25 MODULE_PARM_DESC(mhz27, "count at 27.0 MHz (default is 1.0 MHz)");
73 outb(HR_TMEN | (mhz27 ? HR_TMCLKSEL : 0), in init_hrt_clocksource()
77 if (mhz27) in init_hrt_clocksource()
80 pr_info("enabling scx200 high-res timer (%s MHz +%d ppm)\n", mhz27 ? "27":"1", ppm); in init_hrt_clocksource()