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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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"
313 PFX "RNG, try using the 'no_fwh_detect' option.\n";
315 if (no_fwh_detect)
345 if (no_fwh_detect < 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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"
313 PFX "RNG, try using the 'no_fwh_detect' option.\n";
315 if (no_fwh_detect)
345 if (no_fwh_detect < 0) {

Completed in 64 milliseconds