Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dtau_6xx.c74 unsigned thrm; in TAUupdate() local
82 if((thrm = mfspr(SPRN_THRM1)) & THRM1_TIV){ /* is valid? */ in TAUupdate()
83 if(thrm & THRM1_TIN){ /* crossed low threshold */ in TAUupdate()
94 if((thrm = mfspr(SPRN_THRM2)) & THRM1_TIV){ /* is valid? */ in TAUupdate()
95 if(thrm & THRM1_TIN){ /* crossed high threshold */ in TAUupdate()