Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/char/
Dhpet.c351 static int hpet_mmap_enabled = 1; variable
353 static int hpet_mmap_enabled = 0; variable
358 get_option(&str, &hpet_mmap_enabled); in hpet_mmap_enable()
359 pr_info("HPET mmap %s\n", hpet_mmap_enabled ? "enabled" : "disabled"); in hpet_mmap_enable()
369 if (!hpet_mmap_enabled) in hpet_mmap()