Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dcyrix.c24 unsigned char ccr2, ccr3; in __do_cyrix_devid() local
27 ccr3 = getCx86(CX86_CCR3); in __do_cyrix_devid()
99 unsigned char ccr3, ccr5; in check_cx686_slop() local
102 ccr3 = getCx86(CX86_CCR3); in check_cx686_slop()
121 u8 ccr3; in set_cx86_reorder() local
124 ccr3 = getCx86(CX86_CCR3); in set_cx86_reorder()
130 ccr3 |= 0xe0; in set_cx86_reorder()
131 setCx86(CX86_CCR3, ccr3); in set_cx86_reorder()
153 u8 ccr3; in geode_configure() local
159 ccr3 = getCx86(CX86_CCR3); in geode_configure()
[all …]
/linux-6.3-rc2/arch/x86/kernel/cpu/mtrr/
A Dcyrix.c17 unsigned char arr, ccr3, rcr, shift; in cyrix_get_arr() local
24 ccr3 = getCx86(CX86_CCR3); in cyrix_get_arr()
25 setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); /* enable MAPEN */ in cyrix_get_arr()
30 setCx86(CX86_CCR3, ccr3); /* disable MAPEN */ in cyrix_get_arr()
135 static u32 cr4, ccr3; variable
157 ccr3 = getCx86(CX86_CCR3); in prepare_set()
160 setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); in prepare_set()
169 setCx86(CX86_CCR3, ccr3); in post_set()
A Dmtrr.h43 u32 ccr3; member
/linux-6.3-rc2/drivers/video/fbdev/geode/
A Ddisplay_gx1.c25 u8 val, ccr3; in gx1_read_conf_reg() local
31 ccr3 = inb(0x23); in gx1_read_conf_reg()
33 outb(ccr3 | CONFIG_CCR3_MAPEN, 0x23); in gx1_read_conf_reg()
37 outb(ccr3, 0x23); in gx1_read_conf_reg()
/linux-6.3-rc2/drivers/tty/serial/
A Dsunsab.h27 u8 ccr3; /* Channel Configuration Register 3 */ member
58 u8 ccr3; member
94 u8 ccr3; member
A Dsunsab.c559 writeb(0, &up->regs->w.ccr3); in sunsab_startup()

Completed in 13 milliseconds