omap_rng_read     224 drivers/char/hw_random/omap-rng.c 	return omap_rng_read(priv, RNG_STATUS_REG) ? 0 : 1;
omap_rng_read     249 drivers/char/hw_random/omap-rng.c 	return omap_rng_read(priv, RNG_STATUS_REG) & RNG_REG_STATUS_RDY;
omap_rng_read     257 drivers/char/hw_random/omap-rng.c 	if (omap_rng_read(priv, RNG_CONTROL_REG) & RNG_CONTROL_ENABLE_TRNG_MASK)
omap_rng_read     289 drivers/char/hw_random/omap-rng.c 	if (omap_rng_read(priv, RNG_CONTROL_REG) & RNG_CONTROL_ENABLE_TRNG_MASK)
omap_rng_read     313 drivers/char/hw_random/omap-rng.c 	val = omap_rng_read(priv, RNG_CONTROL_REG);
omap_rng_read     332 drivers/char/hw_random/omap-rng.c 	fro_enable = omap_rng_read(priv, RNG_FROENABLE_REG);
omap_rng_read     334 drivers/char/hw_random/omap-rng.c 	fro_detune = fro_detune | omap_rng_read(priv, RNG_FRODETUNE_REG);
omap_rng_read     515 drivers/char/hw_random/omap-rng.c 		 omap_rng_read(priv, RNG_REV_REG));