Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dcpu_setup_power.c56 lpcr |= (0x10ull << LPCR_VRMASD_SH) & LPCR_VRMASD; in init_LPCR_ISA206()
/linux/arch/powerpc/include/asm/
H A Dreg.h444 #define LPCR_VRMASD (ASM_CONST(0x1f) << LPCR_VRMASD_SH) macro