HomeSort by relevance Sort by last modified time
    Searched refs:EE_CS (Results 1 - 7 of 7) sorted by null

  /external/syslinux/gpxe/src/drivers/net/
natsemi.h 216 #define EE_CS 0x08 /* EEPROM chip select */
230 [SPI_BIT_SS(0)] = EE_CS,
epic100.c 447 #define EE_CS 0x02 /* EEPROM chip select. */
452 #define EE_ENB (0x0001 | EE_CS)
468 outl(EE_ENB & ~EE_CS, eectl);
492 outl(EE_ENB & ~EE_CS, eectl);
eepro100.h 90 #define EE_CS 0x02 /* EEPROM chip select. */
93 #define EE_ENB ( 0x4800 | EE_CS )
davicom.c 80 #define EE_CS 0x01 /* EEPROM chip select. */
85 #define EE_ENB (0x4800 | EE_CS)
407 outl(EE_ENB & ~EE_CS, ee_addr);
429 outl(EE_ENB & ~EE_CS, ee_addr);
rtl8139.c 209 #define EE_CS 0x08 /* EEPROM chip select */
221 [SPI_BIT_SS(0)] = ( EE_CS | EE_M1 ),
tulip.c 359 #define EE_CS 0x01 /* EEPROM chip select. */
364 #define EE_ENB (0x4800 | EE_CS)
723 outl(EE_ENB & ~EE_CS, ee_addr);
745 outl(EE_ENB & ~EE_CS, ee_addr);
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
E100b.c     [all...]

Completed in 156 milliseconds