Home
last modified time | relevance | path

Searched refs:Wn0EepromCmd (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
D3c515.c146 Wn0EepromCmd = 0x200A, /* Corkscrew EEPROM command register. */ enumerator
149 Wn0EepromCmd = 10, /* Window 0: EEPROM command register. */
631 outw(EEPROM_Read + 7, nic->ioaddr + Wn0EepromCmd); in t515_probe()
635 if ((inw(nic->ioaddr + Wn0EepromCmd) & 0x0200) == 0) in t515_probe()
690 outw(EEPROM_Read + i, ioaddr + Wn0EepromCmd); in corkscrew_probe1()
694 if ((inw(ioaddr + Wn0EepromCmd) & 0x0200) == 0) in corkscrew_probe1()