Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/aspeed/
H A Daspeed-socinfo.c15 } const rev_table[] = { variable
37 for (i = 0 ; i < ARRAY_SIZE(rev_table) ; ++i) { in siliconid_to_name()
38 if (rev_table[i].id == id) in siliconid_to_name()
39 return rev_table[i].name; in siliconid_to_name()