Searched refs:read_eeprom (Results 1 – 5 of 5) sorted by relevance
/external/grub/netboot/ |
D | eepro.c | 461 static int read_eeprom(int location) in read_eeprom() function 518 station_addr.saddr[2] = read_eeprom(2); in eepro_probe1() 526 station_addr.saddr[2] = read_eeprom(2); in eepro_probe1() 528 station_addr.saddr[1] = read_eeprom(3); in eepro_probe1() 529 station_addr.saddr[0] = read_eeprom(4); in eepro_probe1() 532 else if (read_eeprom(7) == ee_FX_INT2IRQ) { in eepro_probe1() 557 GetBit(read_eeprom(5), ee_BNC_TPE) ? "BNC" : "TP"); in eepro_probe1()
|
D | rtl8139.c | 176 static int read_eeprom(int location); 202 if (read_eeprom(0) != 0xffff) { in rtl8139_probe() 205 *ap++ = read_eeprom(i + 7); in rtl8139_probe() 251 static int read_eeprom(int location) in read_eeprom() function
|
D | epic100.c | 58 static int read_eeprom(int location); 164 value = read_eeprom(i); in epic100_probe() 430 read_eeprom(int location) in read_eeprom() function
|
D | davicom.c | 163 static int read_eeprom(unsigned long ioaddr, int location, int addr_len); 402 static int read_eeprom(unsigned long ioaddr, int location, int addr_len) in read_eeprom() function 675 le16_to_cpu(read_eeprom(ioaddr, i, EEPROM_ADDRLEN)); in davicom_probe()
|
D | tulip.c | 480 static int read_eeprom(unsigned long ioaddr, int location, int addr_len); 693 static int read_eeprom(unsigned long ioaddr, int location, int addr_len) in read_eeprom() function 1311 int ee_addr_size = read_eeprom(ioaddr, 0xff, 8) & 0x40000 ? 8 : 6; in tulip_probe() 1315 le16_to_cpu(read_eeprom(ioaddr, i, ee_addr_size)); in tulip_probe()
|