Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/mach-uniphier/
H A Dboard_init.c80 unsigned int soc_id; member
90 .soc_id = UNIPHIER_LD4_ID,
98 .soc_id = UNIPHIER_PRO4_ID,
106 .soc_id = UNIPHIER_SLD8_ID,
114 .soc_id = UNIPHIER_PRO5_ID,
121 .soc_id = UNIPHIER_PXS2_ID,
128 .soc_id = UNIPHIER_LD6B_ID,
135 .soc_id = UNIPHIER_LD11_ID,
144 .soc_id = UNIPHIER_LD20_ID,
153 .soc_id = UNIPHIER_PXS3_ID,
H A Dspl_board_init.c17 unsigned int soc_id; member
29 .soc_id = UNIPHIER_LD4_ID,
40 .soc_id = UNIPHIER_PRO4_ID,
50 .soc_id = UNIPHIER_SLD8_ID,
61 .soc_id = UNIPHIER_PRO5_ID,
71 .soc_id = UNIPHIER_PXS2_ID,
81 .soc_id = UNIPHIER_LD6B_ID,
H A Ddram_init.c21 unsigned int soc_id; member
28 .soc_id = UNIPHIER_LD4_ID,
32 .soc_id = UNIPHIER_PRO4_ID,
36 .soc_id = UNIPHIER_SLD8_ID,
40 .soc_id = UNIPHIER_PRO5_ID,
44 .soc_id = UNIPHIER_PXS2_ID,
49 .soc_id = UNIPHIER_LD6B_ID,
54 .soc_id = UNIPHIER_LD11_ID,
58 .soc_id = UNIPHIER_LD20_ID,
63 .soc_id = UNIPHIER_PXS3_ID,
H A Dsoc-info.h31 unsigned int soc_id; \
34 soc_id = uniphier_get_soc_id(); \
36 if (__table[i].soc_id == soc_id) \
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/boot-device/
H A 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,
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dcpu.h100 int soc_id = rockchip_soc_id(); \
104 if (soc_id) \
105 return ((soc_id & ROCKCHIP_SOC_MASK) == ROCKCHIP_SOC_ ##ID); \
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/spear/
H A Dspl.c187 u32 soc_id = readl(&misc_p->soc_core_id); in get_socrev() local
188 u32 pri_socid = (soc_id >> SOC_PRI_SHFT) & 0xFF; in get_socrev()
189 u32 sec_socid = (soc_id >> SOC_SEC_SHFT) & 0xFF; in get_socrev()
197 else if (soc_id == 0) in get_socrev()
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/dram/
H A Dcmd_ddrphy.c30 unsigned int soc_id; member
40 .soc_id = UNIPHIER_LD4_ID,
48 .soc_id = UNIPHIER_PRO4_ID,
58 .soc_id = UNIPHIER_SLD8_ID,
66 .soc_id = UNIPHIER_LD11_ID,
H A Dcmd_ddrmphy.c29 unsigned int soc_id; member
40 .soc_id = UNIPHIER_PXS2_ID,
49 .soc_id = UNIPHIER_LD6B_ID,
/rk3399_rockchip-uboot/include/andestech/
H A Dandes_pcu.h28 unsigned int soc_id; /* 0x10 - SoC ID */ member