Home
last modified time | relevance | path

Searched refs:THRM1_THRES (Results 1 – 25 of 92) sorted by relevance

1234

/dports/emulators/qemu-utils/qemu-4.2.1/target/ppc/
H A Dmisc_helper.c218 #define THRM1_THRES(x) (((x) & 0x7f) << 23) in helper_fixup_thrm() macro
236 t = v & THRM1_THRES(127); in helper_fixup_thrm()
237 if ((v & THRM1_TID) && t < THRM1_THRES(24)) { in helper_fixup_thrm()
240 if (!(v & THRM1_TID) && t > THRM1_THRES(24)) { in helper_fixup_thrm()
/dports/emulators/qemu42/qemu-4.2.1/target/ppc/
H A Dmisc_helper.c218 #define THRM1_THRES(x) (((x) & 0x7f) << 23) in helper_fixup_thrm() macro
236 t = v & THRM1_THRES(127); in helper_fixup_thrm()
237 if ((v & THRM1_TID) && t < THRM1_THRES(24)) { in helper_fixup_thrm()
240 if (!(v & THRM1_TID) && t > THRM1_THRES(24)) { in helper_fixup_thrm()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/ppc/
H A Dmisc_helper.c223 #define THRM1_THRES(x) (((x) & 0x7f) << 23) in helper_fixup_thrm() macro
241 t = v & THRM1_THRES(127); in helper_fixup_thrm()
242 if ((v & THRM1_TID) && t < THRM1_THRES(24)) { in helper_fixup_thrm()
245 if (!(v & THRM1_TID) && t > THRM1_THRES(24)) { in helper_fixup_thrm()
/dports/emulators/qemu5/qemu-5.2.0/target/ppc/
H A Dmisc_helper.c276 #define THRM1_THRES(x) (((x) & 0x7f) << 23) in helper_fixup_thrm() macro
294 t = v & THRM1_THRES(127); in helper_fixup_thrm()
295 if ((v & THRM1_TID) && t < THRM1_THRES(24)) { in helper_fixup_thrm()
298 if (!(v & THRM1_TID) && t > THRM1_THRES(24)) { in helper_fixup_thrm()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/ppc/
H A Dmisc_helper.c281 #define THRM1_THRES(x) (((x) & 0x7f) << 23) in helper_fixup_thrm() macro
299 t = v & THRM1_THRES(127); in helper_fixup_thrm()
300 if ((v & THRM1_TID) && t < THRM1_THRES(24)) { in helper_fixup_thrm()
303 if (!(v & THRM1_TID) && t > THRM1_THRES(24)) { in helper_fixup_thrm()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/ppc/
H A Dmisc_helper.c281 #define THRM1_THRES(x) (((x) & 0x7f) << 23) in helper_fixup_thrm() macro
299 t = v & THRM1_THRES(127); in helper_fixup_thrm()
300 if ((v & THRM1_TID) && t < THRM1_THRES(24)) { in helper_fixup_thrm()
303 if (!(v & THRM1_TID) && t > THRM1_THRES(24)) { in helper_fixup_thrm()
/dports/emulators/qemu60/qemu-6.0.0/target/ppc/
H A Dmisc_helper.c276 #define THRM1_THRES(x) (((x) & 0x7f) << 23) in helper_fixup_thrm() macro
294 t = v & THRM1_THRES(127); in helper_fixup_thrm()
295 if ((v & THRM1_TID) && t < THRM1_THRES(24)) { in helper_fixup_thrm()
298 if (!(v & THRM1_TID) && t > THRM1_THRES(24)) { in helper_fixup_thrm()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/ppc/
H A Dmisc_helper.c293 #define THRM1_THRES(x) (((x) & 0x7f) << 23)
311 t = v & THRM1_THRES(127);
312 if ((v & THRM1_TID) && t < THRM1_THRES(24)) {
315 if (!(v & THRM1_TID) && t > THRM1_THRES(24)) {
/dports/emulators/qemu/qemu-6.2.0/target/ppc/
H A Dmisc_helper.c293 #define THRM1_THRES(x) (((x) & 0x7f) << 23) in helper_fixup_thrm() macro
311 t = v & THRM1_THRES(127); in helper_fixup_thrm()
312 if ((v & THRM1_TID) && t < THRM1_THRES(24)) { in helper_fixup_thrm()
315 if (!(v & THRM1_TID) && t > THRM1_THRES(24)) { in helper_fixup_thrm()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/kernel/
H A Dtau_6xx.c61 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | maybe_tie | THRM1_TID); in set_thresholds()
64 mtspr(SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V | maybe_tie); in set_thresholds()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/kernel/
H A Dtau_6xx.c61 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | maybe_tie | THRM1_TID); in set_thresholds()
64 mtspr(SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V | maybe_tie); in set_thresholds()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/kernel/
H A Dtau_6xx.c61 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | maybe_tie | THRM1_TID); in set_thresholds()
64 mtspr(SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V | maybe_tie); in set_thresholds()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/include/arch/ppc/
H A Dprocessor.h265 #define THRM1_THRES(x) ((x&0x7f)<<23) macro
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/include/arch/ppc/
H A Dprocessor.h265 #define THRM1_THRES(x) ((x&0x7f)<<23) macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/include/arch/ppc/
H A Dprocessor.h265 #define THRM1_THRES(x) ((x&0x7f)<<23) macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/include/arch/ppc/
H A Dprocessor.h265 #define THRM1_THRES(x) ((x&0x7f)<<23) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/include/arch/ppc/
H A Dprocessor.h265 #define THRM1_THRES(x) ((x&0x7f)<<23) macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/include/arch/ppc/
H A Dprocessor.h265 #define THRM1_THRES(x) ((x&0x7f)<<23) macro
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/include/arch/ppc/
H A Dprocessor.h265 #define THRM1_THRES(x) ((x&0x7f)<<23) macro
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/powerpc/include/asm/
H A Dprocessor.h403 #define THRM1_THRES (0x7f<<2) macro
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/powerpc/include/asm/
H A Dprocessor.h403 #define THRM1_THRES (0x7f<<2) macro
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/powerpc/include/asm/
H A Dprocessor.h403 #define THRM1_THRES (0x7f<<2) macro
/dports/sysutils/u-boot-chip/u-boot-2021.07/arch/powerpc/include/asm/
H A Dprocessor.h403 #define THRM1_THRES (0x7f<<2) macro
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/powerpc/include/asm/
H A Dprocessor.h403 #define THRM1_THRES (0x7f<<2) macro
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/arch/powerpc/include/asm/
H A Dprocessor.h403 #define THRM1_THRES (0x7f<<2) macro

1234