Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/hw_random/
H A Dintel-rng.c149 static __initdata int no_fwh_detect; variable
150 module_param(no_fwh_detect, int, 0);
151 MODULE_PARM_DESC(no_fwh_detect, "Skip FWH detection:\n"
314 if (no_fwh_detect) in intel_init_hw_struct()
344 if (no_fwh_detect < 0) { in intel_rng_mod_init()