Lines Matching refs:soc_id
81 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()
125 soc_id = "i.MX6DL"; in imx_soc_device_init()
128 soc_id = "i.MX6SX"; in imx_soc_device_init()
131 soc_id = "i.MX6Q"; in imx_soc_device_init()
134 soc_id = "i.MX6UL"; in imx_soc_device_init()
137 soc_id = "i.MX6ULL"; in imx_soc_device_init()
140 soc_id = "i.MX7D"; in imx_soc_device_init()
143 soc_id = "Unknown"; in imx_soc_device_init()
145 soc_dev_attr->soc_id = soc_id; in imx_soc_device_init()