Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/kernel/
Dcpu_setup_power.c32 lpcr |= (lpes << LPCR_LPES_SH) & LPCR_LPES; in init_LPCR_ISA300()
148 init_LPCR_ISA206(mfspr(SPRN_LPCR), LPCR_LPES1 >> LPCR_LPES_SH); in __setup_cpu_power7()
162 init_LPCR_ISA206(mfspr(SPRN_LPCR), LPCR_LPES1 >> LPCR_LPES_SH); in __restore_cpu_power7()
/Linux-v6.6/arch/powerpc/include/asm/
Dreg.h476 #define LPCR_LPES_SH 2 macro