Lines Matching defs:soc_info
29 static struct ltq_soc_info soc_info;
33 return soc_info.sys_type;
38 return soc_info.type;
95 /* call the soc specific detetcion code and get it to fill soc_info */
96 ltq_soc_detect(&soc_info);
97 snprintf(soc_info.sys_type, LTQ_SYS_TYPE_LEN - 1, "%s rev %s",
98 soc_info.name, soc_info.rev_type);
99 soc_info.sys_type[LTQ_SYS_TYPE_LEN - 1] = '\0';
100 pr_info("SoC: %s\n", soc_info.sys_type);