Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arc/include/asm/
H A Darcregs.h33 #define ARC_AUX_IDENTITY 0x04 macro
116 #define CPU_ID_GET() ((read_aux_reg(ARC_AUX_IDENTITY) & 0xFF00) >> 8)
/openbmc/u-boot/board/synopsys/axs10x/
H A Daxs10x.c100 int core_family = read_aux_reg(ARC_AUX_IDENTITY) & 0xff; in smp_kick_all_cpus()
/openbmc/u-boot/arch/arc/lib/
H A Dcpu.c189 int arcver = read_aux_reg(ARC_AUX_IDENTITY) & 0xff; in decode_identity()