OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EE_CS
(Results
1 - 5
of
5
) sorted by null
/external/grub/netboot/
epic100.c
415
#define
EE_CS
0x02 /* EEPROM chip select. */
420
#define EE_ENB (0x0001 |
EE_CS
)
436
outl(EE_ENB & ~
EE_CS
, eectl);
460
outl(EE_ENB & ~
EE_CS
, eectl);
davicom.c
85
#define
EE_CS
0x01 /* EEPROM chip select. */
90
#define EE_ENB (0x4800 |
EE_CS
)
416
outl(EE_ENB & ~
EE_CS
, ee_addr);
438
outl(EE_ENB & ~
EE_CS
, ee_addr);
rtl8139.c
232
#define
EE_CS
0x08 /* EEPROM chip select. */
237
#define EE_ENB (0x80 |
EE_CS
)
258
outb(EE_ENB & ~
EE_CS
, ee_addr);
281
outb(~
EE_CS
, ee_addr);
eepro100.c
135
#define
EE_CS
0x02 /* EEPROM chip select. */
140
#define EE_ENB (0x4800 |
EE_CS
)
339
outw(EE_ENB & ~
EE_CS
, ee_addr);
tulip.c
340
#define
EE_CS
0x01 /* EEPROM chip select. */
345
#define EE_ENB (0x4800 |
EE_CS
)
709
outl(EE_ENB & ~
EE_CS
, ee_addr);
731
outl(EE_ENB & ~
EE_CS
, ee_addr);
[
all
...]
Completed in 764 milliseconds