Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dinitcpu.c222 ccr4 &= ~CCR4_IOMASK; in init_5x86()
228 ccr4 |= CPU_IORT & CCR4_IOMASK; in init_5x86()
338 ccr4 &= ~CCR4_IOMASK; in init_6x86()
340 write_cyrix_reg(CCR4, ccr4 | (CPU_IORT & CCR4_IOMASK)); in init_6x86()
462 ccr4 &= ~CCR4_IOMASK; in init_6x86MX()
464 write_cyrix_reg(CCR4, ccr4 | (CPU_IORT & CCR4_IOMASK)); in init_6x86MX()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h910 #define CCR4_IOMASK 0x07 macro