Home
last modified time | relevance | path

Searched refs:SPR_PMR_DME (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/openrisc/kernel/
H A Dprocess.c106 mtspr(SPR_PMR, mfspr(SPR_PMR) | SPR_PMR_DME); in arch_cpu_idle()
H A Dsmp.c191 mtspr(SPR_PMR, mfspr(SPR_PMR) | SPR_PMR_DME); in stop_this_cpu()
H A Dhead.S752 LOAD_SYMBOL_2_GPR(r3, SPR_PMR_DME)
/openbmc/linux/arch/openrisc/include/asm/
H A Dspr_defs.h537 #define SPR_PMR_DME 0x00000010 /* Doze mode enable */ macro