Searched defs:temp_reg (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Deepro.c311 int temp_reg, i; local
315 temp_reg = inb(nic->ioaddr + eeprom_reg);
316 DBG("Stepping %d\n", temp_reg >> 5);
317 if (temp_reg & 0x10) /* check the TurnOff Enable bit */
318 outb(temp_reg & 0xEF, nic->ioaddr + eeprom_reg);
321 temp_reg = inb(nic->ioaddr + REG1);
323 outb(temp_reg | XMT_Chain_Int | XMT_Chain_ErrStop
325 temp_reg = inb(nic->ioaddr + REG2); /* match broadcast */
326 outb(temp_reg | 0x14, nic->ioaddr + REG2);
327 temp_reg
[all...]

Completed in 47 milliseconds