Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/
Dcyrix.c94 unsigned char ccr3, ccr5; in check_cx686_slop() local
99 ccr5 = getCx86(CX86_CCR5); in check_cx686_slop()
100 if (ccr5 & 2) in check_cx686_slop()
101 setCx86(CX86_CCR5, ccr5 & 0xfd); /* reset SLOP */ in check_cx686_slop()
105 if (ccr5 & 2) { /* possible wrong calibration done */ in check_cx686_slop()