Searched refs:eeprom_read (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/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); 280 int eedata = eeprom_read(ioaddr, i + 7); 350 static int eeprom_read(long addr, int location) function
|
H A D | w89c840.c | 264 static int eeprom_read(long ioaddr, int location); 656 value = eeprom_read(ioaddr, i); 731 static int eeprom_read(long addr, int location) 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)); 754 static int eeprom_read(long ioaddr, int location) function
|
Completed in 66 milliseconds