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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmach_traps.h17 int old_reg = -1; local
20 old_reg = current_lock_cmos_reg();
27 if (old_reg >= 0)
28 outb(old_reg, 0x70);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ymfpci/
H A Dymfpci_main.c1413 u16 reg, old_reg; local
1416 old_reg = snd_ymfpci_readw(chip, YDSXGR_GLOBALCTRL);
1418 reg = old_reg & ~0x100;
1420 reg = (old_reg & ~0x300) | 0x100 | ((value->value.enumerated.item[0] == 2) << 9);
1423 return reg != old_reg;

Completed in 39 milliseconds