Searched refs:soc_rev (Results 1 – 1 of 1) sorted by relevance
134 #define imx8_revision(soc_rev) \ argument135 soc_rev ? \136 kasprintf(GFP_KERNEL, "%d.%d", (soc_rev >> 4) & 0xf, soc_rev & 0xf) : \144 u32 soc_rev = 0; in imx8_soc_init() local168 soc_rev = data->soc_revision(); in imx8_soc_init()171 soc_dev_attr->revision = imx8_revision(soc_rev); in imx8_soc_init()