Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/kernel/
Dsysfs.c394 value &= PWRMGTCR0_AV_IDLE_PD_EN; in show_altivec_idle()
407 altivec_idle |= PWRMGTCR0_AV_IDLE_PD_EN; in do_store_altivec_idle()
409 altivec_idle &= ~PWRMGTCR0_AV_IDLE_PD_EN; in do_store_altivec_idle()
Dcpu_setup_e500.S83 oris r3, r3, PWRMGTCR0_AV_IDLE_PD_EN@h
/Linux-v6.6/arch/powerpc/include/asm/
Dreg_booke.h230 #define PWRMGTCR0_AV_IDLE_PD_EN (1 << 22) /* Altivec idle enable */ macro