Home
last modified time | relevance | path

Searched refs:SOCID_A64 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sunxi_dw.c231 case SOCID_A64: 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()
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()
572 else if (socid == SOCID_A64 || socid == SOCID_H5 || socid == SOCID_R40) in mctl_channel_init()
731 uint16_t socid = SOCID_A64; in sunxi_dram_init()
750 if (socid == SOCID_A64 || socid == SOCID_H5 || socid == SOCID_R40) { in sunxi_dram_init()
753 (socid != SOCID_A64 ? 3 : 2) << 8); in sunxi_dram_init()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dcpu.h17 #define SOCID_A64 0x1689 macro