Home
last modified time | relevance | path

Searched refs:EECS (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/net/e100/
De100_eeprom.c161 x |= EECS; in e100_eeprom_size()
251 x |= EECS; in e100_eeprom_read()
399 x &= ~(EECS | EEDI); in e100_eeprom_cleanup()
454 x |= EECS; in e100_eeprom_write_word()
557 x &= ~(EECS | EESK); in eeprom_stand_by()
561 x |= EECS; in eeprom_stand_by()
De100.h317 #define EECS 0x02 /* EEPROM chip select (1=hi, 0=lo) */ macro
/linux-2.4.37.9/drivers/net/
Dsis900.h61 EECS = 0x00000008, EECLK = 0x00000004, EEDO = 0x00000002, enumerator
Dsis900.c736 outl(EECS, ee_addr); in read_eeprom()
741 u32 dataval = (read_cmd & (1 << i)) ? EEDI | EECS : EECS; in read_eeprom()
747 outl(EECS, ee_addr); in read_eeprom()
752 outl(EECS, ee_addr); in read_eeprom()
754 outl(EECS | EECLK, ee_addr); in read_eeprom()
Deepro.c458 #define EECS 0x02 macro
1434 short ctrl_val = EECS ; in read_eeprom()
1463 ctrl_val &= ~EECS; in read_eeprom()