Lines Matching refs:eeprom
262 static unsigned short eeprom [0x40];
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);
702 /* Read the EEPROM and MII Management Data I/O (MDIO) interfaces. These are
704 The example below is for the common 93c46 EEPROM, 64 16 bit words. */
706 /* Delay between EEPROM clock transitions.
720 /* The EEPROM commands include the alway-set leading bit. */
751 /* Terminate the EEPROM access. */