Lines Matching defs:soc_info
29 static struct ltq_soc_info soc_info;
41 return soc_info.sys_type;
46 return soc_info.type;
102 /* call the soc specific detetcion code and get it to fill soc_info */
103 ltq_soc_detect(&soc_info);
104 snprintf(soc_info.sys_type, LTQ_SYS_TYPE_LEN - 1, "%s rev %s",
105 soc_info.name, soc_info.rev_type);
106 soc_info.sys_type[LTQ_SYS_TYPE_LEN - 1] = '\0';
107 pr_info("SoC: %s\n", soc_info.sys_type);