Searched refs:Wn0EepromCmd (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | 3c515.c | 223 Wn0EepromCmd = 0x200A, /* Corkscrew EEPROM command register. */ enumerator 226 Wn0EepromCmd = 10, /* Window 0: EEPROM command register. */ 458 outw(EEPROM_Read + 7, ioaddr + Wn0EepromCmd); in check_device() 462 if ((inw(ioaddr + Wn0EepromCmd) & 0x0200) == 0) in check_device() 636 outw(EEPROM_Read + i, ioaddr + Wn0EepromCmd); in corkscrew_setup() 640 if ((inw(ioaddr + Wn0EepromCmd) & 0x0200) == 0) in corkscrew_setup()
|
D | 3c59x.c | 481 Wn0EepromCmd = 10, /* Window 0: EEPROM command register. */ enumerator 1275 window_write16(vp, base + i, 0, Wn0EepromCmd); in vortex_probe1() 1279 if ((window_read16(vp, 0, Wn0EepromCmd) & in vortex_probe1()
|
/linux-2.6.39/drivers/net/pcmcia/ |
D | 3c574_cs.c | 158 Wn0EepromCmd = 10, Wn0EepromData = 12, /* EEPROM command/address, data. */ enumerator 509 outw(EEPROM_Read + index, ioaddr + Wn0EepromCmd); in read_eeprom() 512 if ((inw(ioaddr + Wn0EepromCmd) & 0x8000) == 0) in read_eeprom()
|