Searched refs:PWRMGTCR0_AV_IDLE_PD_EN (Results 1 – 3 of 3) sorted by relevance
248 value &= PWRMGTCR0_AV_IDLE_PD_EN; in show_altivec_idle()261 altivec_idle |= PWRMGTCR0_AV_IDLE_PD_EN; in do_store_altivec_idle()263 altivec_idle &= ~PWRMGTCR0_AV_IDLE_PD_EN; in do_store_altivec_idle()
81 oris r3, r3, PWRMGTCR0_AV_IDLE_PD_EN@h
231 #define PWRMGTCR0_AV_IDLE_PD_EN (1 << 22) /* Altivec idle enable */ macro