Searched refs:eeprom_read (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | natsemi.c | 214 static int eeprom_read(long addr, int location); 278 prev_eedata = eeprom_read(ioaddr, 6); in natsemi_probe() 280 int eedata = eeprom_read(ioaddr, i + 7); in natsemi_probe() 350 static int eeprom_read(long addr, int location) in eeprom_read() function
|
H A D | w89c840.c | 264 static int eeprom_read(long ioaddr, int location); 656 value = eeprom_read(ioaddr, i); in w89c840_probe() 731 static int eeprom_read(long addr, int location) in eeprom_read() function
|
H A D | sundance.c | 309 static int eeprom_read(long ioaddr, int location); 604 le16_to_cpu(eeprom_read(BASE, i + EEPROM_SA_OFFSET)); in sundance_probe() 754 static int eeprom_read(long ioaddr, int location) in eeprom_read() function
|