Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dtau_6xx.c78 unsigned thrm; in TAUupdate() local
86 if((thrm = mfspr(SPRN_THRM1)) & THRM1_TIV){ /* is valid? */ in TAUupdate()
87 if(thrm & THRM1_TIN){ /* crossed low threshold */ in TAUupdate()
98 if((thrm = mfspr(SPRN_THRM2)) & THRM1_TIV){ /* is valid? */ in TAUupdate()
99 if(thrm & THRM1_TIN){ /* crossed high threshold */ in TAUupdate()