Home
last modified time | relevance | path

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

/drivers/char/hw_random/
Dintel-rng.c44 #define INTEL_RNG_ENABLED 0x01 macro
199 if ((hw_status & INTEL_RNG_ENABLED) == 0) in intel_rng_init()
200 hw_status = hwstatus_set(mem, hw_status | INTEL_RNG_ENABLED); in intel_rng_init()
201 if ((hw_status & INTEL_RNG_ENABLED) == 0) { in intel_rng_init()
216 if (hw_status & INTEL_RNG_ENABLED) in intel_rng_cleanup()
217 hwstatus_set(mem, hw_status & ~INTEL_RNG_ENABLED); in intel_rng_cleanup()