Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/
Dhpet.c369 static int hpet_mmap_enabled = 1; variable
371 static int hpet_mmap_enabled = 0; variable
376 get_option(&str, &hpet_mmap_enabled); in hpet_mmap_enable()
377 pr_info("HPET mmap %s\n", hpet_mmap_enabled ? "enabled" : "disabled"); in hpet_mmap_enable()
387 if (!hpet_mmap_enabled) in hpet_mmap()