Home
last modified time | relevance | path

Searched refs:soc_id (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/arch/arm/mach-uniphier/
Dboard_init.c30 unsigned int soc_id; member
40 .soc_id = UNIPHIER_LD4_ID,
48 .soc_id = UNIPHIER_PRO4_ID,
56 .soc_id = UNIPHIER_SLD8_ID,
64 .soc_id = UNIPHIER_PRO5_ID,
71 .soc_id = UNIPHIER_PXS2_ID,
78 .soc_id = UNIPHIER_LD6B_ID,
85 .soc_id = UNIPHIER_LD11_ID,
93 .soc_id = UNIPHIER_LD20_ID,
102 .soc_id = UNIPHIER_PXS3_ID,
Ddram_init.c23 unsigned int soc_id; member
30 .soc_id = UNIPHIER_LD4_ID,
34 .soc_id = UNIPHIER_PRO4_ID,
38 .soc_id = UNIPHIER_SLD8_ID,
42 .soc_id = UNIPHIER_PRO5_ID,
46 .soc_id = UNIPHIER_PXS2_ID,
51 .soc_id = UNIPHIER_LD6B_ID,
56 .soc_id = UNIPHIER_LD11_ID,
60 .soc_id = UNIPHIER_LD20_ID,
65 .soc_id = UNIPHIER_PXS3_ID,
Dspl_board_init.c16 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,
Dsoc-info.h30 unsigned int soc_id; \
33 soc_id = uniphier_get_soc_id(); \
35 if (__table[i].soc_id == soc_id) \
/external/u-boot/arch/arm/mach-uniphier/boot-device/
Dboot-device.c19 unsigned int soc_id; member
31 .soc_id = UNIPHIER_LD4_ID,
40 .soc_id = UNIPHIER_PRO4_ID,
49 .soc_id = UNIPHIER_SLD8_ID,
58 .soc_id = UNIPHIER_PRO5_ID,
67 .soc_id = UNIPHIER_PXS2_ID,
78 .soc_id = UNIPHIER_LD6B_ID,
89 .soc_id = UNIPHIER_LD11_ID,
100 .soc_id = UNIPHIER_LD20_ID,
111 .soc_id = UNIPHIER_PXS3_ID,
/external/u-boot/arch/arm/cpu/arm926ejs/spear/
Dspl.c186 u32 soc_id = readl(&misc_p->soc_core_id); in get_socrev() local
187 u32 pri_socid = (soc_id >> SOC_PRI_SHFT) & 0xFF; in get_socrev()
188 u32 sec_socid = (soc_id >> SOC_SEC_SHFT) & 0xFF; in get_socrev()
196 else if (soc_id == 0) in get_socrev()
/external/u-boot/arch/arm/mach-uniphier/dram/
Dcmd_ddrphy.c31 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,
Dcmd_ddrmphy.c30 unsigned int soc_id; member
41 .soc_id = UNIPHIER_PXS2_ID,
50 .soc_id = UNIPHIER_LD6B_ID,
/external/u-boot/include/andestech/
Dandes_pcu.h27 unsigned int soc_id; /* 0x10 - SoC ID */ member