Home
last modified time | relevance | path

Searched refs:socinfo (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/soc/amlogic/
H A Dmeson-gx-socinfo.c79 static inline unsigned int socinfo_to_major(u32 socinfo) in socinfo_to_major() argument
81 return FIELD_GET(SOCINFO_MAJOR, socinfo); in socinfo_to_major()
84 static inline unsigned int socinfo_to_minor(u32 socinfo) in socinfo_to_minor() argument
86 return FIELD_GET(SOCINFO_MINOR, socinfo); in socinfo_to_minor()
89 static inline unsigned int socinfo_to_pack(u32 socinfo) in socinfo_to_pack() argument
91 return FIELD_GET(SOCINFO_PACK, socinfo); in socinfo_to_pack()
94 static inline unsigned int socinfo_to_misc(u32 socinfo) in socinfo_to_misc() argument
96 return FIELD_GET(SOCINFO_MISC, socinfo); in socinfo_to_misc()
99 static const char *socinfo_to_package_id(u32 socinfo) in socinfo_to_package_id() argument
101 unsigned int pack = socinfo_to_pack(socinfo); in socinfo_to_package_id()
[all …]
H A DMakefile4 obj-$(CONFIG_MESON_GX_SOCINFO) += meson-gx-socinfo.o
5 obj-$(CONFIG_MESON_MX_SOCINFO) += meson-mx-socinfo.o
/openbmc/linux/drivers/soc/qcom/
H A Dsocinfo.c456 struct socinfo *socinfo = seq->private; in qcom_show_build_id() local
458 seq_printf(seq, "%s\n", socinfo->build_id); in qcom_show_build_id()
465 struct socinfo *socinfo = seq->private; in qcom_show_pmic_model() local
466 int model = SOCINFO_MINOR(le32_to_cpu(socinfo->pmic_model)); in qcom_show_pmic_model()
481 struct socinfo *socinfo = seq->private; in qcom_show_pmic_model_array() local
482 unsigned int num_pmics = le32_to_cpu(socinfo->num_pmics); in qcom_show_pmic_model_array()
483 unsigned int pmic_array_offset = le32_to_cpu(socinfo->pmic_array_offset); in qcom_show_pmic_model_array()
485 void *ptr = socinfo; in qcom_show_pmic_model_array()
507 struct socinfo *socinfo = seq->private; in qcom_show_pmic_die_revision() local
510 SOCINFO_MAJOR(le32_to_cpu(socinfo->pmic_die_rev)), in qcom_show_pmic_die_revision()
[all …]
H A DMakefile25 obj-$(CONFIG_QCOM_SOCINFO) += socinfo.o
H A Dsmem.c282 struct platform_device *socinfo; member
823 struct socinfo *info; in qcom_smem_get_soc_id()
1207 smem->socinfo = platform_device_register_data(&pdev->dev, "qcom-socinfo", in qcom_smem_probe()
1210 if (IS_ERR(smem->socinfo)) in qcom_smem_probe()
1218 platform_device_unregister(__smem->socinfo); in qcom_smem_remove()
H A DKconfig229 tristate "Qualcomm socinfo driver"
233 Say yes here to support the Qualcomm socinfo driver, providing
/openbmc/linux/drivers/soc/aspeed/
H A DMakefile6 obj-$(CONFIG_ASPEED_SOCINFO) += aspeed-socinfo.o
/openbmc/linux/drivers/soc/ti/
H A DMakefile12 obj-$(CONFIG_TI_K3_SOCINFO) += k3-socinfo.o
H A DKconfig82 Include support for the SoC bus socinfo for the TI K3 Multicore SoC
/openbmc/linux/include/linux/soc/qcom/
H A Dsocinfo.h16 struct socinfo { struct
/openbmc/u-boot/arch/arm/dts/
H A Dstih407-family.dtsi973 socinfo {
974 compatible = "st,stih407-socinfo";
/openbmc/linux/
H A DMAINTAINERS2911 F: Documentation/devicetree/bindings/hwinfo/ti,k3-socinfo.yaml
H A Dopengrok1.0.log[all...]
H A Dopengrok2.0.log[all...]
H A Dopengrok0.0.log4683 2024-12-28 20:09:06.833-0600 FINEST t1111 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/soc/ti/k3-socinfo.c.gz'
[all...]