Searched refs:soc_id (Results 1 – 11 of 11) sorted by relevance
/u-boot/arch/arm/mach-uniphier/ |
A D | board_init.c | 57 unsigned int soc_id; member 67 .soc_id = UNIPHIER_LD4_ID, 74 .soc_id = UNIPHIER_PRO4_ID, 81 .soc_id = UNIPHIER_SLD8_ID, 88 .soc_id = UNIPHIER_PRO5_ID, 94 .soc_id = UNIPHIER_PXS2_ID, 101 .soc_id = UNIPHIER_LD6B_ID, 108 .soc_id = UNIPHIER_LD11_ID, 116 .soc_id = UNIPHIER_LD20_ID, 125 .soc_id = UNIPHIER_PXS3_ID,
|
A D | soc-info.h | 30 unsigned int soc_id; \ 33 soc_id = uniphier_get_soc_id(); \ 35 if (__table[i].soc_id == soc_id) \
|
A D | spl_board_init.c | 16 unsigned int soc_id; member 28 .soc_id = UNIPHIER_LD4_ID, 39 .soc_id = UNIPHIER_PRO4_ID, 49 .soc_id = UNIPHIER_SLD8_ID, 60 .soc_id = UNIPHIER_PRO5_ID, 70 .soc_id = UNIPHIER_PXS2_ID, 80 .soc_id = UNIPHIER_LD6B_ID,
|
A D | dram_init.c | 156 unsigned int soc_id; member 162 .soc_id = UNIPHIER_LD4_ID, 166 .soc_id = UNIPHIER_PRO4_ID, 170 .soc_id = UNIPHIER_SLD8_ID, 174 .soc_id = UNIPHIER_PRO5_ID, 178 .soc_id = UNIPHIER_PXS2_ID, 182 .soc_id = UNIPHIER_LD6B_ID, 186 .soc_id = UNIPHIER_LD11_ID, 190 .soc_id = UNIPHIER_LD20_ID, 194 .soc_id = UNIPHIER_PXS3_ID,
|
/u-boot/arch/arm/mach-uniphier/boot-device/ |
A D | boot-device.c | 30 unsigned int soc_id; member 44 .soc_id = UNIPHIER_LD4_ID, 54 .soc_id = UNIPHIER_PRO4_ID, 64 .soc_id = UNIPHIER_SLD8_ID, 74 .soc_id = UNIPHIER_PRO5_ID, 84 .soc_id = UNIPHIER_PXS2_ID, 96 .soc_id = UNIPHIER_LD6B_ID, 108 .soc_id = UNIPHIER_LD11_ID, 119 .soc_id = UNIPHIER_LD20_ID, 130 .soc_id = UNIPHIER_PXS3_ID,
|
/u-boot/board/amlogic/odroid-n2/ |
A D | odroid-n2.c | 37 unsigned int soc_id; member 74 int ret, i, soc_id = 0; in odroid_detect_variant() local 77 soc_id = MESON_SOC_ID_SM1; in odroid_detect_variant() 80 soc_id = MESON_SOC_ID_G12B; in odroid_detect_variant() 92 if (soc_id == boards[i].soc_id && in odroid_detect_variant()
|
/u-boot/arch/arm/include/asm/arch-rockchip/ |
A D | cpu_rk3288.h | 40 int soc_id = rockchip_soc_id(); \ 41 if (soc_id) \ 42 return ((soc_id & ROCKCHIP_SOC_MASK) == ROCKCHIP_SOC_ ##ID); \
|
/u-boot/arch/arm/cpu/arm926ejs/spear/ |
A D | spl.c | 194 u32 soc_id = readl(&misc_p->soc_core_id); in get_socrev() local 195 u32 pri_socid = (soc_id >> SOC_PRI_SHFT) & 0xFF; in get_socrev() 196 u32 sec_socid = (soc_id >> SOC_SEC_SHFT) & 0xFF; in get_socrev() 204 else if (soc_id == 0) in get_socrev()
|
/u-boot/arch/arm/mach-uniphier/dram/ |
A D | cmd_ddrphy.c | 31 unsigned int soc_id; member 41 .soc_id = UNIPHIER_LD4_ID, 49 .soc_id = UNIPHIER_PRO4_ID, 59 .soc_id = UNIPHIER_SLD8_ID, 67 .soc_id = UNIPHIER_LD11_ID,
|
A D | cmd_ddrmphy.c | 30 unsigned int soc_id; member 41 .soc_id = UNIPHIER_PXS2_ID, 50 .soc_id = UNIPHIER_LD6B_ID,
|
/u-boot/include/andestech/ |
A D | andes_pcu.h | 27 unsigned int soc_id; /* 0x10 - SoC ID */ member
|
Completed in 18 milliseconds