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

/external/grub/netboot/
H A D3c90x.c292 /*** a3c90x_internal_ReadEeprom - read data from the serial eeprom.
302 /** 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. **/
349 /*** a3c90x_internal_WriteEeprom - write data to the serial eeprom,
350 *** and re-compute the eeprom checksum.
381 /** Write the checksum to the location in the eeprom **/
683 unsigned short eeprom[0x21]; local
721 eeprom[
[all...]
H A Deepro100.c492 unsigned short eeprom[16]; local
511 if (i < (int)(sizeof(eeprom)/sizeof(eeprom[0])))
512 eeprom[i] = value;
517 nic->node_addr[i] = (eeprom[i/2] >> (8*(i&1))) & 0xff;
527 whereami ("Got eeprom.");
591 if ( ((eeprom[6]>>8) & 0x3f) == DP83840
592 || ((eeprom[6]>>8) & 0x3f) == DP83840A) {
593 int mdi_reg23 = mdio_read(eeprom[6] & 0x1f, 23) | 0x0422;
598 mdio_write(eeprom[
[all...]
H A Depic100.c80 static unsigned short eeprom[64]; variable
165 eeprom[i] = value;
172 printf(" %hhX%s", eeprom[i], i % 16 == 15 ? "\n" : "");
H A Dw89c840.c262 static unsigned short eeprom [0x40]; variable
648 /* Ok. Got one. Read the eeprom. */
651 eeprom[i] = value;
656 nic->node_addr[i] = (eeprom[i/2] >> (8*(i&1))) & 0xff;
661 printf("winbond-840: EEPROM checksum %hX, got eeprom", sum);
H A Dtulip.c422 unsigned char eeprom[EEPROM_SIZE]; /* Serial EEPROM contents. */
742 unsigned char *p, *ee_data = tp->eeprom;
1384 memcpy(tp->eeprom, ee_data, sizeof(tp->eeprom));
421 unsigned char eeprom[EEPROM_SIZE]; /* Serial EEPROM contents. */ member in struct:tulip_private
/external/qemu/hw/
H A Dpc.c1233 /* TODO: Populate SPD eeprom data. */
1236 DeviceState *eeprom; local
1237 eeprom = qdev_create((BusState *)smbus, "smbus-eeprom");
1238 qdev_set_prop_int(eeprom, "address", 0x50 + i);
1239 qdev_set_prop_ptr(eeprom, "data", eeprom_buf + (i * 256));
1240 qdev_init(eeprom);
/external/kernel-headers/original/asm-mips/sgi/
H A Dhpc3.h209 u32 eeprom; /* EEPROM data reg. */ member in struct:hpc3_regs

Completed in 108 milliseconds