Searched refs:SOC_MAX_STR_SIZE (Results 1 – 2 of 2) sorted by relevance
54 char str[SOC_MAX_STR_SIZE]; in soc_device_match()70 if (!soc_get_machine(soc, str, SOC_MAX_STR_SIZE)) { in soc_device_match()77 if (!soc_get_family(soc, str, SOC_MAX_STR_SIZE)) { in soc_device_match()84 if (!soc_get_revision(soc, str, SOC_MAX_STR_SIZE)) { in soc_device_match()
10 #define SOC_MAX_STR_SIZE 128 macro
Completed in 3 milliseconds