Home
last modified time | relevance | path

Searched refs:soc_id (Results 1 – 5 of 5) sorted by relevance

/arch/arm/mach-imx/
Dcpu.c81 const char *soc_id; in imx_soc_device_init() local
98 soc_id = "i.MX1"; in imx_soc_device_init()
101 soc_id = "i.MX21"; in imx_soc_device_init()
104 soc_id = "i.MX25"; in imx_soc_device_init()
107 soc_id = "i.MX27"; in imx_soc_device_init()
110 soc_id = "i.MX31"; in imx_soc_device_init()
113 soc_id = "i.MX35"; in imx_soc_device_init()
116 soc_id = "i.MX51"; in imx_soc_device_init()
119 soc_id = "i.MX53"; in imx_soc_device_init()
122 soc_id = "i.MX6SL"; in imx_soc_device_init()
[all …]
/arch/arm/mach-mvebu/
Dmvebu-soc-id.c166 soc_dev_attr->soc_id = kasprintf(GFP_KERNEL, "%X", soc_dev_id); in mvebu_soc_device()
172 kfree(soc_dev_attr->soc_id); in mvebu_soc_device()
/arch/arm/mach-zynq/
Dcommon.c119 soc_dev_attr->soc_id = kasprintf(GFP_KERNEL, "0x%x", in zynq_init_machine()
126 kfree(soc_dev_attr->soc_id); in zynq_init_machine()
/arch/arm/mach-mxs/
Dmach-mxs.c396 soc_dev_attr->soc_id = mxs_get_soc_id(); in mxs_machine_init()
/arch/arm/mach-ep93xx/
Dcore.c953 soc_dev_attr->soc_id = ep93xx_get_soc_id(); in ep93xx_init_soc()