Home
last modified time | relevance | path

Searched refs:SYSCFGID (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dmxregs.h42 #define SYSCFGID 0x1a0 macro
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dmxregs.h42 #define SYSCFGID 0x1a0 macro
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dsmp.c66 /* Bits 18..21 of SYSCFGID contain the core count minus 1. */ in get_core_count()
67 unsigned int syscfgid = get_er(SYSCFGID); in get_core_count()
73 /* Bits 0...18 of SYSCFGID contain the core id */ in get_core_id()
74 unsigned int core_id = get_er(SYSCFGID); in get_core_id()
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dsmp.c68 /* Bits 18..21 of SYSCFGID contain the core count minus 1. */ in get_core_count()
69 unsigned int syscfgid = get_er(SYSCFGID); in get_core_count()
75 /* Bits 0...18 of SYSCFGID contain the core id */ in get_core_id()
76 unsigned int core_id = get_er(SYSCFGID); in get_core_id()

Completed in 3 milliseconds