Searched refs:socid (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/arch/arm/mach-sunxi/ |
H A D | dram_sunxi_dw.c | 227 switch (socid) { in mctl_set_master_priority() 376 if (socid == SOCID_A64 || socid == SOCID_R40) in mctl_sys_init() 383 if (socid == SOCID_A64 || socid == SOCID_R40) { in mctl_sys_init() 391 } else if (socid == SOCID_H3 || socid == SOCID_H5) { in mctl_sys_init() 434 if (socid == SOCID_H5) in mctl_channel_init() 474 } else if (socid == SOCID_A64 || socid == SOCID_H5) { in mctl_channel_init() 511 } else if (socid == SOCID_A64 || socid == SOCID_H5) { in mctl_channel_init() 570 if (socid == SOCID_H3) in mctl_channel_init() 572 else if (socid == SOCID_A64 || socid == SOCID_H5 || socid == SOCID_R40) in mctl_channel_init() 747 if (socid == SOCID_H3) in sunxi_dram_init() [all …]
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | arm64.c | 21 const u32 __aligned(1) *socid; in system_needs_vamap() 36 socid = (u32 *)record->processor_id; in system_needs_vamap() 37 switch (*socid & 0xffff000f) { in system_needs_vamap()
|
/openbmc/linux/arch/arm/mach-mxs/ |
H A D | mach-mxs.c | 57 static u32 socid; variable 292 socid = chipid & HW_DIGCTL_CHIPID_MASK; in mxs_get_soc_id() 297 switch (socid) { in mxs_get_soc_id() 311 switch (socid) { in mxs_get_cpu_rev() 403 if (socid == HW_DIGCTL_CHIPID_MX23) { in mxs_machine_init() 405 } else if (socid == HW_DIGCTL_CHIPID_MX28) { in mxs_machine_init()
|
/openbmc/u-boot/arch/arm/mach-sunxi/dram_timings/ |
H A D | ddr3_1333.c | 5 void mctl_set_timing_params(uint16_t socid, struct dram_para *para) in mctl_set_timing_params() argument 53 if (socid == SOCID_R40) in mctl_set_timing_params() 75 ((socid == SOCID_H5 ? 0x33 : 0x66) << 8) | (0x10 << 0)); in mctl_set_timing_params()
|
H A D | ddr2_v3s.c | 5 void mctl_set_timing_params(uint16_t socid, struct dram_para *para) in mctl_set_timing_params() argument
|
H A D | lpddr3_stock.c | 5 void mctl_set_timing_params(uint16_t socid, struct dram_para *para) in mctl_set_timing_params() argument
|
/openbmc/linux/drivers/cpufreq/ |
H A D | sti-cpufreq.c | 59 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()
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | apple.yaml | 39 compatible = "apple,<targettype>", "apple,<socid>", "apple,arm-platform"; 47 <socid> is the lowercased SoC ID. Apple uses at least *five* different
|
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ |
H A D | dram_sunxi_dw.h | 236 void mctl_set_timing_params(uint16_t socid, struct dram_para *para);
|