Searched refs:typical_rev_string_map (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/soc/
H A Dsoc_ti_k3.c65 static char *typical_rev_string_map[] = { variable
84 if (rev >= ARRAY_SIZE(typical_rev_string_map))
86 return typical_rev_string_map[rev];

Completed in 78 milliseconds