Searched refs:EEDI (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dde620.h67 #define EEDI 0x80 /* EEPM DO pin */ macro
H A Dsis900.h62 EEDI = 0x00000001 enumerator in enum:sis900_eeprom_access_reigster_bits
H A Dde620.c779 /* ignore: EEDI RXGOOD COLS LNKS*/
954 /* Shift in the 16-bit word. The bits appear serially in EEDI (=0x80) */
960 data = (data << 1) | ((de620_get_register(dev, R_STS) & EEDI) >> 7);
H A Deepro.c461 #define EEDI 0x04 macro
1437 short outval = (read_cmd & (1 << i)) ? ctrl_val | EEDI
H A Dsis190.c260 EEDI = 0x00000004, // unused enumerator in enum:sis190_eeprom_access_register_bits
H A Dsis900.c760 u32 dataval = (read_cmd & (1 << i)) ? EEDI | EECS : EECS;

Completed in 56 milliseconds