Home
last modified time | relevance | path

Searched full:socid (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/arch/arm/mach-mxs/
Dmach-mxs.c59 static u32 socid; variable
294 socid = chipid & HW_DIGCTL_CHIPID_MASK; in mxs_get_soc_id()
299 switch (socid) { in mxs_get_soc_id()
313 switch (socid) { in mxs_get_cpu_rev()
405 if (socid == HW_DIGCTL_CHIPID_MX23) { in mxs_machine_init()
407 } else if (socid == HW_DIGCTL_CHIPID_MX28) { in mxs_machine_init()
/Linux-v6.1/Documentation/devicetree/bindings/arm/
Dapple.yaml31 compatible = "apple,<targettype>", "apple,<socid>", "apple,arm-platform";
39 <socid> is the lowercased SoC ID. Apple uses at least *five* different
/Linux-v6.1/drivers/cpufreq/
Dsti-cpufreq.c59 unsigned int socid; in sti_cpufreq_fetch_major() local
70 ret = regmap_read(ddata.syscfg, major_offset, &socid); in sti_cpufreq_fetch_major()
77 return ((socid >> VERSION_SHIFT) & 0xf) + 1; in sti_cpufreq_fetch_major()