Home
last modified time | relevance | path

Searched refs:config0 (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/board/micronas/vct/
H A Dvct.c76 u32 config0 = read_c0_prid(); in checkboard() local
78 if ((config0 & 0xff0000) == PRID_COMP_LEGACY in checkboard()
79 && (config0 & 0xff00) == PRID_IMP_LX4280) { in checkboard()
82 (config0 >> 8) & 0xFF, config0 & 0xFF); in checkboard()
83 } else if ((config0 & 0xff0000) == PRID_COMP_MIPS in checkboard()
84 && (config0 & 0xff00) == PRID_IMP_VGC) { in checkboard()
93 (config0 >> 8) & 0xFF, config0 & 0xFF); in checkboard()
94 } else if (config0 == 0x19378) { in checkboard()
96 (config0 >> 8) & 0xFF, config0 & 0xFF); in checkboard()
98 printf("Unsupported cpu %d, proc_id=0x%x\n", config0 >> 24, in checkboard()
[all …]
/rk3399_rockchip-uboot/board/work-microwave/work_92105/
H A Dwork_92105_spl.c21 .config0 = 0x00005682,
41 .config0 = 0x00005882,
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/lpc32xx/
H A Ddram.c41 writel(dram->config0, &emc->config0); in ddr_init()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-lpc32xx/
H A Demc.h36 u32 config0; /* Configuration information for the SDRAM */ member
82 u32 config0; member
/rk3399_rockchip-uboot/board/timll/devkit3250/
H A Ddevkit3250_spl.c27 .config0 = 0x00005682,