Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dhw_random.c178 #define INTEL_RNG_ENABLED 0x01 macro
243 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()