Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/char/ !
Dhpet.c343 static int hpet_mmap_enabled = 1; variable
345 static int hpet_mmap_enabled = 0; variable
350 get_option(&str, &hpet_mmap_enabled); in hpet_mmap_enable()
351 pr_info("HPET mmap %s\n", hpet_mmap_enabled ? "enabled" : "disabled"); in hpet_mmap_enable()
361 if (!hpet_mmap_enabled) in hpet_mmap()