Lines Matching refs:read_eeprom
25 Rev 1.08.05 Jun. 6 2002 Mufasa Yang bug fix for read_eeprom & Tx descriptor over-boundary
220 static u16 read_eeprom(void __iomem *ioaddr, int location);
253 * MAC address is read from read_eeprom() into @net_dev->dev_addr.
266 signature = (u16) read_eeprom(ioaddr, EEPROMSignature);
275 addr[i] = read_eeprom(ioaddr, i+EEPROMMACAddr);
394 addr[i] = read_eeprom(ioaddr, i + EEPROMMACAddr);
815 * read_eeprom - Read Serial EEPROM
823 static u16 read_eeprom(void __iomem *ioaddr, int location)
2165 ebuf[i] = (u16)read_eeprom(ioaddr, i);
2173 signature = (u16)read_eeprom(ioaddr, EEPROMSignature);
2177 ebuf[i] = (u16)read_eeprom(ioaddr, i);