Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Daspeed_hace.c72 } hash_algo_map[] = { variable
88 for (i = 0; i < ARRAY_SIZE(hash_algo_map); i++) { in hash_algo_lookup()
89 if (reg == hash_algo_map[i].mask) { in hash_algo_lookup()
90 return hash_algo_map[i].algo; in hash_algo_lookup()