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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dee_prom.c64 x &= ~(EEDO | EEDI);
73 x &= ~(EEDI);
90 x &= ~(EEDO | EEDI);
93 x &= ~EEDI;
95 x |= EEDI;
105 x &= ~EEDI;
116 x &= ~(EECS | EEDI);
129 x &= ~(EEDI | EEDO | EESK);
150 x &= ~(EEDI | EEDO | EESK);
175 x &= ~(EEDI | EED
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c738 /* ignore: EEDI RXGOOD COLS LNKS*/
913 /* Shift in the 16-bit word. The bits appear serially in EEDI (=0x80) */
919 data = (data << 1) | ((de620_get_register(dev, R_STS) & EEDI) >> 7);
H A Deepro.c459 #define EEDI 0x04 macro
1418 short outval = (read_cmd & (1 << i)) ? ctrl_val | EEDI
H A Dsis190.c246 EEDI = 0x00000004, // unused enumerator in enum:sis190_eeprom_access_register_bits
H A Dsis900.c762 u32 dataval = (read_cmd & (1 << i)) ? EEDI | EECS : EECS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp_chip.h116 #define EEDI 0x04 macro

Completed in 189 milliseconds