Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Daspeed_hace.c80 } hash_algo_map[] = { variable
135 for (i = 0; i < ARRAY_SIZE(hash_algo_map); i++) { in hash_algo_lookup()
136 if (reg == hash_algo_map[i].mask) { in hash_algo_lookup()
137 return hash_algo_map[i].algo; in hash_algo_lookup()