Searched refs:Wn0EepromCmd (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/3com/ |
D | 3c515.c | 219 Wn0EepromCmd = 0x200A, /* Corkscrew EEPROM command register. */ enumerator 222 Wn0EepromCmd = 10, /* Window 0: EEPROM command register. */ 447 outw(EEPROM_Read + 7, ioaddr + Wn0EepromCmd); in check_device() 451 if ((inw(ioaddr + Wn0EepromCmd) & 0x0200) == 0) in check_device() 626 outw(EEPROM_Read + i, ioaddr + Wn0EepromCmd); in corkscrew_setup() 630 if ((inw(ioaddr + Wn0EepromCmd) & 0x0200) == 0) in corkscrew_setup()
|
D | 3c574_cs.c | 156 Wn0EepromCmd = 10, Wn0EepromData = 12, /* EEPROM command/address, data. */ enumerator 505 outw(EEPROM_Read + index, ioaddr + Wn0EepromCmd); in read_eeprom() 508 if ((inw(ioaddr + Wn0EepromCmd) & 0x8000) == 0) in read_eeprom()
|
D | 3c59x.c | 481 Wn0EepromCmd = 10, /* Window 0: EEPROM command register. */ enumerator 1266 window_write16(vp, base + i, 0, Wn0EepromCmd); in vortex_probe1() 1270 if ((window_read16(vp, 0, Wn0EepromCmd) & in vortex_probe1()
|