Searched refs:vk_soc_tab (Results 1 – 1 of 1) sorted by relevance
807 static enum soc_idx const vk_soc_tab[] = { VALKYRIE_A0, VALKYRIE_B0 }; in get_soc_idx() enum813 if (rev < ARRAY_SIZE(vk_soc_tab)) { in get_soc_idx()814 idx = vk_soc_tab[rev]; in get_soc_idx()