fro_enable        321 drivers/char/hw_random/omap-rng.c 	u32 fro_detune, fro_enable;
fro_enable        332 drivers/char/hw_random/omap-rng.c 	fro_enable = omap_rng_read(priv, RNG_FROENABLE_REG);
fro_enable        333 drivers/char/hw_random/omap-rng.c 	fro_detune = ~fro_enable & RNG_REG_FRODETUNE_MASK;
fro_enable        335 drivers/char/hw_random/omap-rng.c 	fro_enable = RNG_REG_FROENABLE_MASK;
fro_enable        338 drivers/char/hw_random/omap-rng.c 	omap_rng_write(priv, RNG_FROENABLE_REG, fro_enable);