Searched refs:INTEL_RNG_ENABLED (Results 1 – 1 of 1) sorted by relevance
178 #define INTEL_RNG_ENABLED 0x01 macro243 if ((hw_status & INTEL_RNG_ENABLED) == 0) in intel_init()244 hw_status = intel_hwstatus_set (hw_status | INTEL_RNG_ENABLED); in intel_init()245 if ((hw_status & INTEL_RNG_ENABLED) == 0) { in intel_init()267 if (hw_status & INTEL_RNG_ENABLED) in intel_cleanup()268 intel_hwstatus_set (hw_status & ~INTEL_RNG_ENABLED); in intel_cleanup()