Home
last modified time | relevance | path

Searched defs:socinfo (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/soc/qcom/
Dsocinfo.c89 struct socinfo { struct
90 __le32 fmt;
91 __le32 id;
92 __le32 ver;
93 char build_id[SMEM_SOCINFO_BUILD_ID_LENGTH];
95 __le32 raw_id;
96 __le32 raw_ver;
98 __le32 hw_plat;
100 __le32 plat_ver;
102 __le32 accessory_chip;
[all …]
Dsmem.c271 struct platform_device *socinfo; member
/Linux-v5.4/drivers/soc/amlogic/
Dmeson-gx-socinfo.c73 static inline unsigned int socinfo_to_major(u32 socinfo) in socinfo_to_major()
78 static inline unsigned int socinfo_to_minor(u32 socinfo) in socinfo_to_minor()
83 static inline unsigned int socinfo_to_pack(u32 socinfo) in socinfo_to_pack()
88 static inline unsigned int socinfo_to_misc(u32 socinfo) in socinfo_to_misc()
93 static const char *socinfo_to_package_id(u32 socinfo) in socinfo_to_package_id()
109 static const char *socinfo_to_soc_id(u32 socinfo) in socinfo_to_soc_id()
128 unsigned int socinfo; in meson_gx_socinfo_init() local