Searched refs:eeprom_read (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/ |
H A D | ath9k.c | 93 .eeprom_read = ath_pci_eeprom_read,
|
H A D | ath9k_eeprom.c | 131 return common->bus_ops->eeprom_read(common, off, data);
|
H A D | hw.h | 862 int (*eeprom_read)(struct ath_common *common, u32 off, u16 *data); member in struct:ath_bus_ops
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | w89c840.c | 270 static int eeprom_read(long ioaddr, int location); 679 value = eeprom_read(ioaddr, i); 752 static int eeprom_read(long addr, int location) function
|
H A D | sundance.c | 293 static int eeprom_read(long ioaddr, int location); 592 le16_to_cpu(eeprom_read(BASE, i + EEPROM_SA_OFFSET)); 760 static int eeprom_read(long ioaddr, int location) function
|
Completed in 495 milliseconds