Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/arm926ejs/spear/
H A Dspl.c187 u32 pri_socid = (soc_id >> SOC_PRI_SHFT) & 0xFF; in get_socrev() local
190 if ((pri_socid == 'B') && (sec_socid == 'B')) in get_socrev()
192 else if ((pri_socid == 'B') && (sec_socid == 'C')) in get_socrev()
194 else if ((pri_socid == 'B') && (sec_socid == 'D')) in get_socrev()