Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmisc_helper.c431 #define THRM1_TID (1 << 2) in helper_fixup_thrm() macro
449 if ((v & THRM1_TID) && t < THRM1_THRES(24)) { in helper_fixup_thrm()
452 if (!(v & THRM1_TID) && t > THRM1_THRES(24)) { in helper_fixup_thrm()
/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()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h404 #define THRM1_TID (1<<29) macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h831 #define THRM1_TID (1<<2) macro