Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dspl.c189 u32 sec_socid = (soc_id >> SOC_SEC_SHFT) & 0xFF; in get_socrev() local
191 if ((pri_socid == 'B') && (sec_socid == 'B')) in get_socrev()
193 else if ((pri_socid == 'B') && (sec_socid == 'C')) in get_socrev()
195 else if ((pri_socid == 'B') && (sec_socid == 'D')) in get_socrev()