Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dtau_6xx.c60 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | maybe_tie | THRM1_TID); in set_thresholds()
63 mtspr(SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V | maybe_tie); in set_thresholds()
69 u32 bits = THRM1_TIV | THRM1_TIN | THRM1_V; in TAUupdate()
/openbmc/qemu/target/ppc/
H A Dmisc_helper.c433 #define THRM1_V (1 << 0) in helper_fixup_thrm() macro
443 if (!(v & THRM1_V)) { in helper_fixup_thrm()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h406 #define THRM1_V (1<<31) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h833 #define THRM1_V (1<<0) macro