Searched refs:nmi_ctl (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Dsys_nautilus.c141 unsigned long nmi_ctl; local
144 nmi_ctl = inb(0x61);
145 nmi_ctl |= 0x0c;
146 outb(nmi_ctl, 0x61);
147 nmi_ctl &= ~0x0c;
148 outb(nmi_ctl, 0x61);
H A Dcore_irongate.c168 unsigned int nmi_ctl=0;
185 nmi_ctl = inb(0x61);
186 nmi_ctl |= 0x0c;
187 outb(nmi_ctl, 0x61);
188 nmi_ctl &= ~0x0c;
189 outb(nmi_ctl, 0x61);
167 unsigned int nmi_ctl=0; local

Completed in 129 milliseconds