Searched defs:soc_id (Results 1 - 3 of 3) sorted by relevance

/arch/arm/mach-ux500/
H A Dcpu-db8500.c140 const char *soc_id = db8500_read_soc_id(); local
142 return ux500_soc_device_init(soc_id);
H A Dcpu.c120 const char *soc_id)
122 soc_dev_attr->soc_id = soc_id;
131 struct device * __init ux500_soc_device_init(const char *soc_id) argument
141 soc_info_populate(soc_dev_attr, soc_id);
119 soc_info_populate(struct soc_device_attribute *soc_dev_attr, const char *soc_id) argument
/arch/arm/mach-imx/
H A Dcpu.c81 const char *soc_id; local
98 soc_id = "i.MX1";
101 soc_id = "i.MX21";
104 soc_id = "i.MX25";
107 soc_id = "i.MX27";
110 soc_id = "i.MX31";
113 soc_id = "i.MX35";
116 soc_id = "i.MX51";
119 soc_id = "i.MX53";
122 soc_id
[all...]

Completed in 203 milliseconds