Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dcyrix.c98 unsigned char ccr3, ccr5; in check_cx686_slop() local
103 ccr5 = getCx86(CX86_CCR5); in check_cx686_slop()
104 if (ccr5 & 2) in check_cx686_slop()
105 setCx86(CX86_CCR5, ccr5 & 0xfd); /* reset SLOP */ in check_cx686_slop()
109 if (ccr5 & 2) { /* possible wrong calibration done */ in check_cx686_slop()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dcyrix.c99 unsigned char ccr3, ccr5; in check_cx686_slop() local
104 ccr5 = getCx86(CX86_CCR5); in check_cx686_slop()
105 if (ccr5 & 2) in check_cx686_slop()
106 setCx86(CX86_CCR5, ccr5 & 0xfd); /* reset SLOP */ in check_cx686_slop()
110 if (ccr5 & 2) { /* possible wrong calibration done */ in check_cx686_slop()

Completed in 2 milliseconds