Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dinitcpu.c220 ccr4 &= ~CCR4_IOMASK; in init_5x86()
226 ccr4 |= CPU_IORT & CCR4_IOMASK; in init_5x86()
336 ccr4 &= ~CCR4_IOMASK; in init_6x86()
338 write_cyrix_reg(CCR4, ccr4 | (CPU_IORT & CCR4_IOMASK)); in init_6x86()
460 ccr4 &= ~CCR4_IOMASK; in init_6x86MX()
462 write_cyrix_reg(CCR4, ccr4 | (CPU_IORT & CCR4_IOMASK)); in init_6x86MX()
/freebsd/sys/x86/include/
H A Dspecialreg.h1008 #define CCR4_IOMASK 0x07 macro