Searched refs:seed_sel (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/hw_random/ |
H A D | hisi-rng.c | 25 static int seed_sel; variable 26 module_param(seed_sel, int, S_IRUGO); 27 MODULE_PARM_DESC(seed_sel, "Auto reload seed. 0, use LFSR(default); 1, use ring oscillator."); 50 if (seed_sel == 1) in hisi_rng_init()
|
/kernel/linux/linux-6.6/drivers/char/hw_random/ |
H A D | hisi-rng.c | 25 static int seed_sel; variable 26 module_param(seed_sel, int, S_IRUGO); 27 MODULE_PARM_DESC(seed_sel, "Auto reload seed. 0, use LFSR(default); 1, use ring oscillator."); 50 if (seed_sel == 1) in hisi_rng_init()
|
Completed in 1 milliseconds