Home
last modified time | relevance | path

Searched refs:socid (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Ddram_sunxi_dw.c226 static void mctl_set_master_priority(uint16_t socid) in mctl_set_master_priority() argument
228 switch (socid) { in mctl_set_master_priority()
335 static void mctl_set_cr(uint16_t socid, struct dram_para *para) in mctl_set_cr() argument
356 if (socid == SOCID_R40) { in mctl_set_cr()
365 static void mctl_sys_init(uint16_t socid, struct dram_para *para) in mctl_sys_init() argument
377 if (socid == SOCID_A64 || socid == SOCID_R40) in mctl_sys_init()
384 if (socid == SOCID_A64 || socid == SOCID_R40) { in mctl_sys_init()
392 } else if (socid == SOCID_H3 || socid == SOCID_H5) { in mctl_sys_init()
411 writel(socid == SOCID_H5 ? 0x8000 : 0xc00e, &mctl_ctl->clken); in mctl_sys_init()
420 static int mctl_channel_init(uint16_t socid, struct dram_para *para) in mctl_channel_init() argument
[all …]
/OK3568_Linux_fs/kernel/arch/mips/netlogic/common/
H A Dirq.c289 int socid, ret, bus; in xlp_of_pic_init() local
300 for (socid = 0; socid < NLM_NR_NODES; socid++) { in xlp_of_pic_init()
301 if (!nlm_node_present(socid)) in xlp_of_pic_init()
303 if (nlm_get_node(socid)->socbus == bus) in xlp_of_pic_init()
306 if (socid == NLM_NR_NODES) { in xlp_of_pic_init()
312 socid = (res.start >> 18) & 0x3; in xlp_of_pic_init()
313 if (!nlm_node_present(socid)) { in xlp_of_pic_init()
315 node, socid); in xlp_of_pic_init()
320 if (!nlm_node_present(socid)) { in xlp_of_pic_init()
321 pr_err("PIC %pOFn: node %d does not exist!\n", node, socid); in xlp_of_pic_init()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/dram_timings/
H A Dddr3_1333.c5 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 Dlpddr3_stock.c5 void mctl_set_timing_params(uint16_t socid, struct dram_para *para) in mctl_set_timing_params() argument
H A Dddr2_v3s.c5 void mctl_set_timing_params(uint16_t socid, struct dram_para *para) in mctl_set_timing_params() argument
/OK3568_Linux_fs/kernel/arch/arm/mach-mxs/
H A Dmach-mxs.c55 static u32 socid; variable
290 socid = chipid & HW_DIGCTL_CHIPID_MASK; in mxs_get_soc_id()
295 switch (socid) { in mxs_get_soc_id()
309 switch (socid) { in mxs_get_cpu_rev()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A 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()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sunxi_dw.h237 void mctl_set_timing_params(uint16_t socid, struct dram_para *para);