Lines Matching +full:0 +full:x70
11 #define NMI_REASON_PORT 0x61
13 #define NMI_REASON_SERR 0x80
14 #define NMI_REASON_IOCHK 0x40
17 #define NMI_REASON_CLEAR_SERR 0x04
18 #define NMI_REASON_CLEAR_IOCHK 0x08
19 #define NMI_REASON_CLEAR_MASK 0x0f
33 lock_cmos(0); /* register doesn't matter here */ in reassert_nmi()
34 outb(0x8f, 0x70); in reassert_nmi()
35 inb(0x71); /* dummy */ in reassert_nmi()
36 outb(0x0f, 0x70); in reassert_nmi()
37 inb(0x71); /* dummy */ in reassert_nmi()
38 if (old_reg >= 0) in reassert_nmi()
39 outb(old_reg, 0x70); in reassert_nmi()