Home
last modified time | relevance | path

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

/u-boot/drivers/soc/
A Dsoc-uclass.c54 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()
/u-boot/include/
A Dsoc.h10 #define SOC_MAX_STR_SIZE 128 macro

Completed in 3 milliseconds