Searched refs:mhz27 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | scx200_hrt.c | 23 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)"); 54 /* mult, shift are set based on mhz27 flag */ 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()
|
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | scx200_hrt.c | 23 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)"); 54 /* mult, shift are set based on mhz27 flag */ 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()
|
Completed in 1 milliseconds