Searched refs:INTEL_RNG_ENABLED (Results 1 – 1 of 1) sorted by relevance
44 #define INTEL_RNG_ENABLED 0x01 macro199 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()