Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/hw_random/
H A Domap-rng.c82 RNG_CONTROL_REG, enumerator
107 [RNG_CONTROL_REG] = 0x14,
125 [RNG_CONTROL_REG] = 0x14,
254 if (omap_rng_read(priv, RNG_CONTROL_REG) & RNG_CONTROL_ENABLE_TRNG_MASK) in eip76_rng_init()
276 omap_rng_write(priv, RNG_CONTROL_REG, val); in eip76_rng_init()
286 if (omap_rng_read(priv, RNG_CONTROL_REG) & RNG_CONTROL_ENABLE_TRNG_MASK) in omap4_rng_init()
301 omap_rng_write(priv, RNG_CONTROL_REG, val); in omap4_rng_init()
310 val = omap_rng_read(priv, RNG_CONTROL_REG); in omap4_rng_cleanup()
312 omap_rng_write(priv, RNG_CONTROL_REG, val); in omap4_rng_cleanup()
410 omap_rng_write(priv, RNG_CONTROL_REG, in of_get_omap_rng_device_details()