Searched refs:soc_rev (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm/mach-mvebu/
H A Dmvebu-soc-id.c35 static u32 soc_rev; variable
49 *rev = soc_rev;
102 soc_rev = readl(pci_base + PCIE_DEV_REV_OFF) & SOC_REV_MASK;
106 pr_info("MVEBU SoC ID=0x%X, Rev=0x%X\n", soc_dev_id, soc_rev);
138 if (!mvebu_system_controller_get_soc_id(&soc_dev_id, &soc_rev)) {
140 pr_info("MVEBU SoC ID=0x%X, Rev=0x%X\n", soc_dev_id, soc_rev);
162 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "%X", soc_rev);
/linux-master/drivers/soc/imx/
H A Dsoc-imx8m.c182 #define imx8_revision(soc_rev) \
183 soc_rev ? \
184 kasprintf(GFP_KERNEL, "%d.%d", (soc_rev >> 4) & 0xf, soc_rev & 0xf) : \
192 u32 soc_rev = 0; local
216 soc_rev = data->soc_revision();
219 soc_dev_attr->revision = imx8_revision(soc_rev);
/linux-master/arch/arm/mach-omap2/
H A Did.c41 static char soc_rev[OMAP_SOC_MAX_NAME_LENGTH]; variable
195 sprintf(soc_rev, "ES%x", (omap_rev() >> 12) & 0xf);
199 pr_cont("%s", soc_rev);
256 n += scnprintf(buf, sizeof(buf) - n, "%s %s (", soc_name, soc_rev);
521 sprintf(soc_rev, "ES%s", cpu_rev);
597 sprintf(soc_rev, "ES%d.%d", (omap_rev() >> 12) & 0xf,
599 pr_info("%s %s\n", soc_name, soc_rev);
640 sprintf(soc_rev, "ES%d.0", (omap_rev() >> 12) & 0xf);
642 pr_info("%s %s\n", soc_name, soc_rev);
715 sprintf(soc_rev, "E
[all...]
/linux-master/drivers/clk/
H A Dclk-ast2600.c73 static u8 soc_rev; variable
235 if (soc_rev >= 2) {
783 if (soc_rev >= 1) {
839 soc_rev = (readl(scu_g6_base + ASPEED_G6_SILICON_REV) & CHIP_REVISION_ID) >> 16;

Completed in 103 milliseconds