Home
last modified time | relevance | path

Searched refs:read_eeprom (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Drtl8139.c176 static int read_eeprom(struct nic *nic, int location, int addr_len);
208 addr_len = read_eeprom(nic,0,8) == 0x8129 ? 8 : 6; in rtl8139_probe()
210 *ap++ = read_eeprom(nic,i + 7,addr_len); in rtl8139_probe()
256 static int read_eeprom(struct nic *nic, int location, int addr_len) in read_eeprom() function
H A Depic100.c57 static int read_eeprom(int location);
162 value = read_eeprom(i); in epic100_probe()
454 read_eeprom(int location) in read_eeprom() function
H A Ddavicom.c155 static int read_eeprom(unsigned long ioaddr, int location, int addr_len);
389 static int read_eeprom(unsigned long ioaddr, int location, int addr_len) in read_eeprom() function
685 le16_to_cpu(read_eeprom(ioaddr, i, EEPROM_ADDRLEN)); in davicom_probe()
H A Dtulip.c481 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) in read_eeprom() function
1343 int ee_addr_size = read_eeprom(ioaddr, 0xff, 8) & 0x40000 ? 8 : 6; in tulip_probe()
1347 le16_to_cpu(read_eeprom(ioaddr, i, ee_addr_size)); in tulip_probe()
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h141 void (*read_eeprom)(struct iwn_softc *); member
H A Dif_iwn.c1201 ops->read_eeprom = iwn4965_read_eeprom; in iwn4965_attach()
1245 ops->read_eeprom = iwn5000_read_eeprom; in iwn5000_attach()
2159 ops->read_eeprom(sc); in iwn_read_eeprom()