Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/3com/
H A D3c515.c216 Wn0EepromCmd = 0x200A, /* Corkscrew EEPROM command register. */ enumerator
219 Wn0EepromCmd = 10, /* Window 0: EEPROM command register. */
444 outw(EEPROM_Read + 7, ioaddr + Wn0EepromCmd); in check_device()
448 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()
H A D3c574_cs.c156 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()