Searched refs:eeprom (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000.c209 udelay(hw->eeprom.delay_usec);
228 udelay(hw->eeprom.delay_usec);
243 struct e1000_eeprom_info *eeprom = &hw->eeprom; local
253 if (eeprom->type == e1000_eeprom_microwire) {
255 } else if (eeprom->type == e1000_eeprom_spi) {
272 udelay(eeprom->delay_usec);
338 struct e1000_eeprom_info *eeprom = &hw->eeprom; local
364 if (eeprom
390 struct e1000_eeprom_info *eeprom = &hw->eeprom; local
534 struct e1000_eeprom_info *eeprom = &hw->eeprom; local
3144 struct e1000_eeprom_info *eeprom = &hw->eeprom; local
[all...]
H A D3c90x.c291 /*** a3c90x_internal_ReadEeprom - read data from the serial eeprom.
301 /** Make sure the eeprom isn't busy **/
315 *** data to the onboard serial eeprom (not the BIOS prom, but the
336 /** Send the new data to the eeprom, and wait for completion. **/
341 /** Burn the new data into the eeprom, and wait for completion. **/
350 /*** a3c90x_internal_WriteEeprom - write data to the serial eeprom,
351 *** and re-compute the eeprom checksum.
382 /** Write the checksum to the location in the eeprom **/
695 unsigned short eeprom[0x21]; local
738 eeprom[
[all...]
H A Deepro100.c584 unsigned short eeprom[16]; local
608 if (i < (int)(sizeof(eeprom)/sizeof(eeprom[0])))
609 eeprom[i] = value;
614 nic->node_addr[i] = (eeprom[i/2] >> (8*(i&1))) & 0xff;
623 whereami ("Got eeprom.");
691 if ( ((eeprom[6]>>8) & 0x3f) == DP83840
692 || ((eeprom[6]>>8) & 0x3f) == DP83840A) {
693 int mdi_reg23 = mdio_read(eeprom[6] & 0x1f, 23) | 0x0422;
698 mdio_write(eeprom[
[all...]
H A Depic100.c82 static unsigned short eeprom[64]; variable
163 eeprom[i] = value;
171 printf(" %hhX%s", eeprom[i], i % 16 == 15 ? "\n" : "");
H A Dw89c840.c260 static unsigned short eeprom [0x40]; variable
654 /* Ok. Got one. Read the eeprom. */
657 eeprom[i] = value;
662 nic->node_addr[i] = (eeprom[i/2] >> (8*(i&1))) & 0xff;
667 printf("winbond-840: EEPROM checksum %hX, got eeprom", sum);
H A Dtulip.c423 unsigned char eeprom[EEPROM_SIZE]; /* Serial EEPROM contents. */ member in struct:tulip_private
732 unsigned char *p, *ee_data = tp->eeprom;
1404 memcpy(tp->eeprom, ee_data, sizeof(tp->eeprom));
H A De1000_hw.h905 struct e1000_eeprom_info eeprom; member in struct:e1000_hw

Completed in 236 milliseconds