Searched refs:eeprom_read (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/et131x/
H A Det1310_eeprom.c282 * eeprom_read - Read a byte from the ET1310's EEPROM
291 static int eeprom_read(struct et131x_adapter *etdev, u32 addr, u8 *pdata) function
393 eeprom_read(etdev, 0x70, &etdev->eepromData[0]);
394 eeprom_read(etdev, 0x71, &etdev->eepromData[1]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/
H A Dath.h96 bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data); member in struct:ath_bus_ops
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Deeprom.c83 static ssize_t eeprom_read(struct file * file, char * buf, size_t count,
106 .read = eeprom_read,
428 return eeprom_read(NULL, buf, count, &addr);
435 static ssize_t eeprom_read(struct file * file, char * buf, size_t count, loff_t *off) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/eeprom/
H A Deeprom.c84 static ssize_t eeprom_read(struct file *filp, struct kobject *kobj, function
128 .read = eeprom_read,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dahb.c52 .eeprom_read = ath_ahb_eeprom_read,
H A Dpci.c94 .eeprom_read = ath_pci_eeprom_read,
H A Deeprom.c94 return common->bus_ops->eeprom_read(common, off, data);
H A Dhtc_drv_init.c454 .eeprom_read = ath_usb_eeprom_read,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Ddib0700_devices.c105 static int eeprom_read(struct i2c_adapter *adap,u8 adrs,u8 *pval) function
123 if (!eeprom_read(prim_i2c,0x59 + adap->id,&a)) if1=1220+a;
705 if (!eeprom_read(prim_i2c,0x58,&a)) if1=1220+a;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsundance.c407 static int eeprom_read(void __iomem *ioaddr, int location);
510 cpu_to_le16(eeprom_read(ioaddr, i + EEPROM_SA_OFFSET));
690 static int __devinit eeprom_read(void __iomem *ioaddr, int location) function
H A Dnatsemi.c598 static int eeprom_read(void __iomem *ioaddr, int location);
854 prev_eedata = eeprom_read(ioaddr, 6);
856 int eedata = eeprom_read(ioaddr, i + 7);
1002 static int eeprom_read(void __iomem *addr, int location) function
3016 /* eeprom_read reads 16 bits, and indexes by 16 bits */
3018 ebuf[i] = eeprom_read(ioaddr, i);
3019 /* The EEPROM itself stores data bit-swapped, but eeprom_read
H A Dksz884x.c3118 * eeprom_read - read from AT93C46 EEPROM
3126 static u16 eeprom_read(struct ksz_hw *hw, u8 reg) function
6289 eeprom_data[i] = eeprom_read(&hw_priv->hw, i);
6321 eeprom_data[i] = eeprom_read(&hw_priv->hw, i);
6940 data[i] = eeprom_read(hw, i + EEPROM_DATA_OTHER_MAC_ADDR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dwinbond-840.c323 static int eeprom_read(void __iomem *ioaddr, int location);
395 ((__le16 *)dev->dev_addr)[i] = cpu_to_le16(eeprom_read(ioaddr, i));
506 static int eeprom_read(void __iomem *addr, int location) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dlanai.c863 static int __devinit eeprom_read(struct lanai_dev *lanai) function
880 static int __devinit eeprom_read(struct lanai_dev *lanai) function
2194 if ((result = eeprom_read(lanai)) != 0)

Completed in 235 milliseconds