Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Dhpet.c363 static int hpet_mmap_enabled = 1; variable
365 static int hpet_mmap_enabled = 0; variable
370 get_option(&str, &hpet_mmap_enabled); in hpet_mmap_enable()
371 pr_info("HPET mmap %s\n", hpet_mmap_enabled ? "enabled" : "disabled"); in hpet_mmap_enable()
381 if (!hpet_mmap_enabled) in hpet_mmap()