Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/drivers/soc/imx/
H A Dsoc-imx.c31 const char *soc_id; in imx_soc_device_init() local
57 soc_id = "i.MX1"; in imx_soc_device_init()
60 soc_id = "i.MX21"; in imx_soc_device_init()
63 soc_id = "i.MX25"; in imx_soc_device_init()
66 soc_id = "i.MX27"; in imx_soc_device_init()
69 soc_id = "i.MX31"; in imx_soc_device_init()
72 soc_id = "i.MX35"; in imx_soc_device_init()
75 soc_id = "i.MX51"; in imx_soc_device_init()
78 soc_id = "i.MX53"; in imx_soc_device_init()
82 soc_id = "i.MX6SL"; in imx_soc_device_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/soc/amlogic/
H A Dmeson-mx-socinfo.c74 const char *soc_id; in meson_mx_socinfo_soc_id() local
78 soc_id = "Meson6 (AML8726-MX)"; in meson_mx_socinfo_soc_id()
83 soc_id = "Meson8m2 (S812)"; in meson_mx_socinfo_soc_id()
85 soc_id = "Meson8 (S802)"; in meson_mx_socinfo_soc_id()
90 soc_id = "Meson8b (S805)"; in meson_mx_socinfo_soc_id()
94 soc_id = "Unknown"; in meson_mx_socinfo_soc_id()
98 return kstrdup_const(soc_id, GFP_KERNEL); in meson_mx_socinfo_soc_id()
161 soc_dev_attr->soc_id = meson_mx_socinfo_soc_id(major_ver, metal_rev); in meson_mx_socinfo_init()
166 kfree_const(soc_dev_attr->soc_id); in meson_mx_socinfo_init()
172 soc_dev_attr->soc_id, soc_dev_attr->revision); in meson_mx_socinfo_init()
H A Dmeson-gx-socinfo.c186 soc_dev_attr->soc_id = kasprintf(GFP_KERNEL, "%s (%s)", in meson_gx_socinfo_init()
193 kfree_const(soc_dev_attr->soc_id); in meson_gx_socinfo_init()
200 soc_dev_attr->soc_id, in meson_gx_socinfo_init()
/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/
H A Dboard_init.c80 unsigned int soc_id; member
90 .soc_id = UNIPHIER_LD4_ID,
98 .soc_id = UNIPHIER_PRO4_ID,
106 .soc_id = UNIPHIER_SLD8_ID,
114 .soc_id = UNIPHIER_PRO5_ID,
121 .soc_id = UNIPHIER_PXS2_ID,
128 .soc_id = UNIPHIER_LD6B_ID,
135 .soc_id = UNIPHIER_LD11_ID,
144 .soc_id = UNIPHIER_LD20_ID,
153 .soc_id = UNIPHIER_PXS3_ID,
H A Ddram_init.c21 unsigned int soc_id; member
28 .soc_id = UNIPHIER_LD4_ID,
32 .soc_id = UNIPHIER_PRO4_ID,
36 .soc_id = UNIPHIER_SLD8_ID,
40 .soc_id = UNIPHIER_PRO5_ID,
44 .soc_id = UNIPHIER_PXS2_ID,
49 .soc_id = UNIPHIER_LD6B_ID,
54 .soc_id = UNIPHIER_LD11_ID,
58 .soc_id = UNIPHIER_LD20_ID,
63 .soc_id = UNIPHIER_PXS3_ID,
H A Dspl_board_init.c17 unsigned int soc_id; member
29 .soc_id = UNIPHIER_LD4_ID,
40 .soc_id = UNIPHIER_PRO4_ID,
50 .soc_id = UNIPHIER_SLD8_ID,
61 .soc_id = UNIPHIER_PRO5_ID,
71 .soc_id = UNIPHIER_PXS2_ID,
81 .soc_id = UNIPHIER_LD6B_ID,
H A Dsoc-info.h31 unsigned int soc_id; \
34 soc_id = uniphier_get_soc_id(); \
36 if (__table[i].soc_id == soc_id) \
/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/boot-device/
H A Dboot-device.c19 unsigned int soc_id; member
31 .soc_id = UNIPHIER_LD4_ID,
40 .soc_id = UNIPHIER_PRO4_ID,
49 .soc_id = UNIPHIER_SLD8_ID,
58 .soc_id = UNIPHIER_PRO5_ID,
67 .soc_id = UNIPHIER_PXS2_ID,
78 .soc_id = UNIPHIER_LD6B_ID,
89 .soc_id = UNIPHIER_LD11_ID,
100 .soc_id = UNIPHIER_LD20_ID,
111 .soc_id = UNIPHIER_PXS3_ID,
/OK3568_Linux_fs/kernel/drivers/base/
H A Dsoc.c37 static DEVICE_ATTR(soc_id, 0444, soc_info_show, NULL);
60 if ((attr == &dev_attr_soc_id.attr) && soc_dev->attr->soc_id) in soc_attribute_mode()
82 output = soc_dev->attr->soc_id; in soc_info_show()
209 if (match->soc_id && in soc_device_match_attr()
210 (!attr->soc_id || !glob_match(match->soc_id, attr->soc_id))) in soc_device_match_attr()
251 matches->revision || matches->soc_id)) in soc_device_match()
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dipmmu-vmsa.c738 { .soc_id = "r8a774a1", },
739 { .soc_id = "r8a774b1", },
740 { .soc_id = "r8a774c0", },
741 { .soc_id = "r8a774e1", },
742 { .soc_id = "r8a7795", },
743 { .soc_id = "r8a77961", },
744 { .soc_id = "r8a7796", },
745 { .soc_id = "r8a77965", },
746 { .soc_id = "r8a77970", },
747 { .soc_id = "r8a77990", },
[all …]
/OK3568_Linux_fs/kernel/drivers/soc/samsung/
H A Dexynos-chipid.c87 soc_dev_attr->soc_id = product_id_to_soc_id(product_id); in exynos_chipid_early_init()
88 if (!soc_dev_attr->soc_id) { in exynos_chipid_early_init()
103 soc_dev_attr->soc_id, product_id, revision); in exynos_chipid_early_init()
/OK3568_Linux_fs/kernel/drivers/phy/amlogic/
H A Dphy-meson-g12a-usb2.c159 int soc_id; member
214 if (priv->soc_id == MESON_SOC_A1) in phy_meson_g12a_usb2_init()
241 if (priv->soc_id == MESON_SOC_G12A) in phy_meson_g12a_usb2_init()
249 else if (priv->soc_id == MESON_SOC_A1) { in phy_meson_g12a_usb2_init()
266 if (priv->soc_id == MESON_SOC_G12A) { in phy_meson_g12a_usb2_init()
313 priv->soc_id = (enum meson_soc_id)of_device_get_match_data(&pdev->dev); in phy_meson_g12a_usb2_probe()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dcpu.h96 int soc_id = rockchip_soc_id(); \
97 if (soc_id) \
98 return ((soc_id & ROCKCHIP_SOC_MASK) == ROCKCHIP_SOC_ ##ID); \
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dspl.c187 u32 soc_id = readl(&misc_p->soc_core_id); in get_socrev() local
188 u32 pri_socid = (soc_id >> SOC_PRI_SHFT) & 0xFF; in get_socrev()
189 u32 sec_socid = (soc_id >> SOC_SEC_SHFT) & 0xFF; in get_socrev()
197 else if (soc_id == 0) in get_socrev()
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dsocinfo.c174 struct soc_id { struct
179 static const struct soc_id soc_id[] = { argument
237 for (idx = 0; idx < ARRAY_SIZE(soc_id); idx++) { in socinfo_machine()
238 if (soc_id[idx].id == id) in socinfo_machine()
239 return soc_id[idx].name; in socinfo_machine()
505 qs->attr.soc_id = devm_kasprintf(&pdev->dev, GFP_KERNEL, "%u", in qcom_socinfo_probe()
/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/dram/
H A Dcmd_ddrphy.c30 unsigned int soc_id; member
40 .soc_id = UNIPHIER_LD4_ID,
48 .soc_id = UNIPHIER_PRO4_ID,
58 .soc_id = UNIPHIER_SLD8_ID,
66 .soc_id = UNIPHIER_LD11_ID,
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Drenesas_wdt.c159 .soc_id = "r8a7790",
163 .soc_id = "r8a7791",
167 .soc_id = "r8a7792",
179 dev_info(dev, "Watchdog blacklisted on %s %s\n", attr->soc_id, in rwdt_blacklisted()
/OK3568_Linux_fs/kernel/drivers/soc/fsl/
H A Dguts.c182 soc_dev_attr.soc_id = devm_kasprintf(dev, GFP_KERNEL, in fsl_guts_probe()
184 if (!soc_dev_attr.soc_id) in fsl_guts_probe()
198 soc_dev_attr.soc_id, soc_dev_attr.revision); in fsl_guts_probe()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Drenesas_sdhi_core.c899 { .soc_id = "r8a774a1", .revision = "ES1.[012]", .data = &sdhi_quirks_4tap_nohs400 },
900 { .soc_id = "r8a7795", .revision = "ES1.*", .data = &sdhi_quirks_4tap_nohs400 },
901 { .soc_id = "r8a7795", .revision = "ES2.0", .data = &sdhi_quirks_4tap },
902 { .soc_id = "r8a7795", .revision = "ES3.*", .data = &sdhi_quirks_bad_taps2367 },
903 { .soc_id = "r8a7796", .revision = "ES1.[012]", .data = &sdhi_quirks_4tap_nohs400 },
904 { .soc_id = "r8a7796", .revision = "ES1.*", .data = &sdhi_quirks_r8a7796_es13 },
905 { .soc_id = "r8a77961", .data = &sdhi_quirks_bad_taps1357 },
906 { .soc_id = "r8a77965", .data = &sdhi_quirks_r8a77965 },
907 { .soc_id = "r8a77980", .data = &sdhi_quirks_nohs400 },
908 { .soc_id = "r8a77990", .data = &sdhi_quirks_r8a77990 },
/OK3568_Linux_fs/kernel/drivers/soc/renesas/
H A Dr8a7795-sysc.c62 .soc_id = "r8a7795", .revision = "ES1.*",
65 .soc_id = "r8a7795", .revision = "ES2.*",
/OK3568_Linux_fs/kernel/drivers/firmware/smccc/
H A Dsoc_id.c91 soc_dev_attr->soc_id = soc_id_str; in smccc_soc_init()
101 pr_info("ID = %s Revision = %s\n", soc_dev_attr->soc_id, in smccc_soc_init()
/OK3568_Linux_fs/kernel/drivers/soc/bcm/brcmstb/
H A Dcommon.c116 soc_dev_attr->soc_id = kasprintf(GFP_KERNEL, "%x", in brcmstb_soc_device_init()
126 kfree(soc_dev_attr->soc_id); in brcmstb_soc_device_init()
/OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm/mach-zynq/
H A 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()
/OK3568_Linux_fs/kernel/drivers/firmware/imx/
H A Dimx-scu-soc.c116 soc_dev_attr->soc_id = devm_kasprintf(dev, GFP_KERNEL, "0x%x", val); in imx_scu_soc_init()
117 if (!soc_dev_attr->soc_id) in imx_scu_soc_init()

1234