Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dinitcpu.c133 write_cyrix_reg(CCR0, ccr0); in init_486dlc()
145 write_cyrix_reg(CCR0, ccr0); in init_486dlc()
179 write_cyrix_reg(CCR2, ccr2); in init_cy486dx()
208 write_cyrix_reg(CCR2, ccr2); in init_5x86()
230 write_cyrix_reg(CCR4, ccr4); in init_5x86()
265 write_cyrix_reg(PCR0, pcr0); in init_5x86()
268 write_cyrix_reg(CCR3, ccr3); in init_5x86()
342 write_cyrix_reg(CCR4, ccr4 | 7); in init_6x86()
351 write_cyrix_reg(CCR3, ccr3); in init_6x86()
466 write_cyrix_reg(CCR4, ccr4 | 7); in init_6x86MX()
[all …]
/f-stack/freebsd/x86/x86/
H A Didentcpu.c1298 write_cyrix_reg(CCR2, ccr2 ^ CCR2_LOCK_NW); in identifycyrix()
1302 write_cyrix_reg(CCR2, ccr2); in identifycyrix()
1305 write_cyrix_reg(CCR3, ccr3 ^ CCR3_MAPEN3); in identifycyrix()
1309 write_cyrix_reg(CCR3, ccr3); in identifycyrix()
1751 write_cyrix_reg(CCR3, CCR3_MAPEN0); in finishidentcpu()
1752 write_cyrix_reg(CCR4, read_cyrix_reg(CCR4) | CCR4_CPUID); in finishidentcpu()
1753 write_cyrix_reg(CCR3, ccr3); in finishidentcpu()
/f-stack/freebsd/i386/include/
H A Dcpufunc.h716 write_cyrix_reg(u_char reg, u_char data) in write_cyrix_reg() function
820 void write_cyrix_reg(u_char reg, u_char data);