Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/kernel/
Dtemp.c76 unsigned thrm; in TAUupdate() local
84 if((thrm = mfspr(SPRN_THRM1)) & THRM1_TIV){ /* is valid? */ in TAUupdate()
85 if(thrm & THRM1_TIN){ /* crossed low threshold */ in TAUupdate()
96 if((thrm = mfspr(SPRN_THRM2)) & THRM1_TIV){ /* is valid? */ in TAUupdate()
97 if(thrm & THRM1_TIN){ /* crossed high threshold */ in TAUupdate()