Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dtimex.h87 unsigned int c0_random; in random_get_entropy() local
93 c0_random = (read_c0_random() >> 8) & 0x3f; in random_get_entropy()
95 c0_random = read_c0_random() & 0x3f; in random_get_entropy()
96 return (random_get_entropy_fallback() << 6) | (0x3f - c0_random); in random_get_entropy()