Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e100/
De100_eeprom.c160 x &= ~(EEDI | EEDO | EESK); in e100_eeprom_size()
173 x &= ~EEDI; // address consists of all zeros in e100_eeprom_size()
250 x &= ~(EEDI | EEDO | EESK); in e100_eeprom_read()
291 x &= ~(EEDO | EEDI); in shift_out_bits()
294 x &= ~EEDI; in shift_out_bits()
296 x |= EEDI; in shift_out_bits()
306 x &= ~EEDI; in shift_out_bits()
367 x &= ~(EEDO | EEDI); in shift_in_bits()
376 x &= ~EEDI; in shift_in_bits()
399 x &= ~(EECS | EEDI); in e100_eeprom_cleanup()
[all …]
De100.h316 #define EEDI 0x04 /* EEPROM data in (set for writing data) */ macro
/linux-2.4.37.9/drivers/net/
Dde620.h67 #define EEDI 0x80 /* EEPM DO pin */ macro
Dsis900.h62 EEDI = 0x00000001 enumerator
Dde620.c949 data = (data << 1) | ((de620_get_register(dev, R_STS) & EEDI) >> 7); in ReadAWord()
Deepro.c459 #define EEDI 0x04 macro
1446 short outval = (read_cmd & (1 << i)) ? ctrl_val | EEDI in read_eeprom()
Dsis900.c741 u32 dataval = (read_cmd & (1 << i)) ? EEDI | EECS : EECS; in read_eeprom()