Home
last modified time | relevance | path

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

/drivers/net/
D3c515.c224 Wn0EepromCmd = 0x200A, /* Corkscrew EEPROM command register. */ enumerator
227 Wn0EepromCmd = 10, /* Window 0: EEPROM command register. */
459 outw(EEPROM_Read + 7, ioaddr + Wn0EepromCmd); in check_device()
463 if ((inw(ioaddr + Wn0EepromCmd) & 0x0200) == 0) in check_device()
623 outw(EEPROM_Read + i, ioaddr + Wn0EepromCmd); in corkscrew_setup()
627 if ((inw(ioaddr + Wn0EepromCmd) & 0x0200) == 0) in corkscrew_setup()
D3c59x.c478 Wn0EepromCmd = 10, /* Window 0: EEPROM command register. */ enumerator
1184 iowrite16(base + i, ioaddr + Wn0EepromCmd); in vortex_probe1()
1188 if ((ioread16(ioaddr + Wn0EepromCmd) & 0x8000) == 0) in vortex_probe1()
/drivers/net/pcmcia/
D3c574_cs.c167 Wn0EepromCmd = 10, Wn0EepromData = 12, /* EEPROM command/address, data. */ enumerator
550 outw(EEPROM_Read + index, ioaddr + Wn0EepromCmd); in read_eeprom()
553 if ((inw(ioaddr + Wn0EepromCmd) & 0x8000) == 0) in read_eeprom()