Searched refs:CCR1_NO_LOCK (Results 1 – 2 of 2) sorted by relevance
320 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) | CCR1_NO_LOCK); in init_6x86()322 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) & ~CCR1_NO_LOCK); in init_6x86()445 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) | CCR1_NO_LOCK); in init_6x86MX()447 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) & ~CCR1_NO_LOCK); in init_6x86MX()
884 #define CCR1_NO_LOCK 0x10 /* Negate LOCK# */ macro