Home
last modified time | relevance | path

Searched refs:SPR_THRM_TIN (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/powerpc/include/oea/
H A Dspr.h293 #define SPR_THRM_TIN 0x80000000 /* Thermal interrupt bit (RO) */ macro
/netbsd-src/sys/arch/powerpc/oea/
H A Dcpu_subr.c1352 if (mfspr(SPR_THRM1) & SPR_THRM_TIN) { in cpu_tau_refresh()