Searched refs:CCR1_NO_LOCK (Results 1 – 2 of 2) sorted by relevance
336 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) | CCR1_NO_LOCK); in init_6x86()338 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) & ~CCR1_NO_LOCK); in init_6x86()461 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) | CCR1_NO_LOCK); in init_6x86MX()463 write_cyrix_reg(CCR1, read_cyrix_reg(CCR1) & ~CCR1_NO_LOCK); in init_6x86MX()
724 #define CCR1_NO_LOCK 0x10 /* Negate LOCK# */ macro