Searched refs:EECS (Results 1 - 6 of 6) 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.c116 x &= ~(EECS | EEDI);
127 /* reset bits and set EECS */
130 x |= EECS;
148 /* reset bits and set EECS */
151 x |= EECS;
173 /* reset bits and set EECS */
176 x |= EECS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp_chip.h117 #define EECS 0x02 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsis900.h61 EECS = 0x00000008, EECLK = 0x00000004, EEDO = 0x00000002, enumerator in enum:sis900_eeprom_access_reigster_bits
H A Dsis900.c757 outl(EECS, ee_addr);
762 u32 dataval = (read_cmd & (1 << i)) ? EEDI | EECS : EECS;
768 outl(EECS, ee_addr);
773 outl(EECS, ee_addr);
775 outl(EECS | EECLK, ee_addr);
H A Deepro.c458 #define EECS 0x02 macro
1408 short ctrl_val = EECS ;
1435 ctrl_val &= ~EECS;
H A Dsis190.c243 EECS = 0x00000001, // unused enumerator in enum:sis190_eeprom_access_register_bits

Completed in 75 milliseconds