Searched refs:read_eeprom (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | rtl8139.c | 176 static int read_eeprom(struct nic *nic, int location, int addr_len); 208 addr_len = read_eeprom(nic,0,8) == 0x8129 ? 8 : 6; 210 *ap++ = read_eeprom(nic,i + 7,addr_len); 256 static int read_eeprom(struct nic *nic, int location, int addr_len) function
|
H A D | epic100.c | 57 static int read_eeprom(int location); 162 value = read_eeprom(i); 454 read_eeprom(int location) function
|
H A D | davicom.c | 156 static int read_eeprom(unsigned long ioaddr, int location, int addr_len); 393 static int read_eeprom(unsigned long ioaddr, int location, int addr_len) 400 whereami("read_eeprom\n"); 696 le16_to_cpu(read_eeprom(ioaddr, i, EEPROM_ADDRLEN)); 389 static int read_eeprom(unsigned long ioaddr, int location, int addr_len) function
|
H A D | tulip.c | 481 static int read_eeprom(unsigned long ioaddr, int location, int addr_len); 690 static int read_eeprom(unsigned long ioaddr, int location, int addr_len) function 698 whereami("read_eeprom\n"); 1343 int ee_addr_size = read_eeprom(ioaddr, 0xff, 8) & 0x40000 ? 8 : 6; 1347 le16_to_cpu(read_eeprom(ioaddr, i, ee_addr_size));
|
Completed in 276 milliseconds