Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dsysfs.c272 value &= PWRMGTCR0_PW20_WAIT; in show_pw20_state()
285 pw20_state |= PWRMGTCR0_PW20_WAIT; in do_store_pw20_state()
287 pw20_state &= ~PWRMGTCR0_PW20_WAIT; in do_store_pw20_state()
H A Dcpu_setup_e500.S64 ori r3, r3, PWRMGTCR0_PW20_WAIT
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg_booke.h227 #define PWRMGTCR0_PW20_WAIT (1 << 14) /* PW20 state enable bit */ macro