Searched refs:E1000_EECD_CS (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000.c370 eecd |= E1000_EECD_CS;
374 eecd &= ~(E1000_EECD_CS | E1000_EECD_SK);
398 eecd &= ~(E1000_EECD_CS | E1000_EECD_SK);
410 eecd |= E1000_EECD_CS;
422 eecd |= E1000_EECD_CS;
426 eecd &= ~E1000_EECD_CS;
446 eecd |= E1000_EECD_CS; /* Pull CS high */
456 eecd &= ~(E1000_EECD_CS | E1000_EECD_DI);
H A De1000_hw.h1045 #define E1000_EECD_CS 0x00000002 /* EEPROM Chip Select */ macro

Completed in 52 milliseconds