Searched refs:read_eeprom (Results 1 - 15 of 15) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dat1700.c162 static int read_eeprom(long ioaddr, int location);
241 ioaddr, read_eeprom(ioaddr, 4), read_eeprom(ioaddr, 5),
242 read_eeprom(ioaddr, 6), inw(ioaddr + EEPROM_Ctrl));
307 && read_eeprom(ioaddr, 4) == 0x0000
308 && (read_eeprom(ioaddr, 5) & 0xff00) == 0xF400)
327 irq = at1700_irqmap[(read_eeprom(ioaddr, 12)&0x04)
328 | (read_eeprom(ioaddr, 0)>>14)];
357 unsigned short eeprom_val = read_eeprom(ioaddr, 4+i);
378 ushort setup_value = read_eeprom(ioadd
475 static int __init read_eeprom(long ioaddr, int location) function
[all...]
H A Deepro.c320 static int read_eeprom(int ioaddr, int location, struct net_device *dev);
592 j+=read_eeprom(ioaddr,i,dev);
595 Word=read_eeprom(ioaddr, 0, dev);
603 Word=read_eeprom(ioaddr, 1, dev);
614 Word=read_eeprom(ioaddr, 5, dev);
624 Word=read_eeprom(ioaddr, 6, dev);
629 Word=read_eeprom(ioaddr, 7, dev);
703 i = read_eeprom(dev->base_addr, 5, dev);
766 station_addr[0] = read_eeprom(ioaddr, 2, dev);
775 station_addr[0] = read_eeprom(ioadd
1417 read_eeprom(int ioaddr, int location, struct net_device *dev) function
[all...]
H A D3c509.c175 static ushort read_eeprom(int ioaddr, int index);
282 phys_addr[i] = htons(read_eeprom(ioaddr, i));
285 read_eeprom(ioaddr, 3);
343 phys_addr[i] = htons(read_eeprom(ioaddr, i));
385 htons(read_eeprom(ioaddr, j));
386 if_port = read_eeprom(ioaddr, 8) >> 14;
572 static ushort read_eeprom(int ioaddr, int index) function
1254 sw_info = (read_eeprom(ioaddr, 0x14) & 0x400f) |
1255 (read_eeprom(ioaddr, 0x0d) & 0xBff0);
H A Dde620.c233 static int read_eeprom(struct net_device *);
855 if ((checkbyte != 0xa5) || (read_eeprom(dev) != 0)) {
964 static int __init read_eeprom(struct net_device *dev)
956 static int __init read_eeprom(struct net_device *dev) function
H A Dsis900.c142 static u16 read_eeprom(long ioaddr, int location);
174 * MAC address is read from read_eeprom() into @net_dev->dev_addr.
184 signature = (u16) read_eeprom(ioaddr, EEPROMSignature);
193 ((u16 *)(net_dev->dev_addr))[i] = read_eeprom(ioaddr, i+EEPROMMACAddr);
296 ((u16 *)(net_dev->dev_addr))[i] = read_eeprom(ioaddr, i+EEPROMMACAddr);
650 * read_eeprom: - Read Serial EEPROM
658 static u16 __devinit read_eeprom(long ioaddr, int location) function
H A Dpci-skeleton.c498 static int read_eeprom (void *ioaddr, int location, int addr_len);
774 addr_len = read_eeprom (ioaddr, 0, 8) == 0x8129 ? 8 : 6;
777 le16_to_cpu (read_eeprom (ioaddr, i + 7, addr_len));
905 static int __devinit read_eeprom (void *ioaddr, int location, int addr_len) function
H A Dyellowfin.c395 static int read_eeprom(long ioaddr, int location);
464 int ee_offset = (read_eeprom(ioaddr, 6) == 0xff ? 0x100 : 0);
466 dev->dev_addr[i] = read_eeprom(ioaddr, ee_offset + i);
578 static int __devinit read_eeprom(long ioaddr, int location)
577 static int __devinit read_eeprom(long ioaddr, int location) function
H A Dhamachi.c559 static int read_eeprom(long ioaddr, int location);
630 dev->dev_addr[i] = 1 ? read_eeprom(ioaddr, 4 + i)
637 read_eeprom(ioaddr, i), i % 16 != 15 ? " " : "\n");
791 static int __init read_eeprom(long ioaddr, int location) function
H A D8139cp.c1713 static int __devinit read_eeprom (void *ioaddr, int location, int addr_len) function
1860 addr_len = read_eeprom (regs, 0, 8) == 0x8129 ? 8 : 6;
1863 le16_to_cpu (read_eeprom (regs, i + 7, addr_len));
H A Ddl2k.c99 static int read_eeprom (long ioaddr, int eep_addr);
359 ((u16 *) sromdata)[i] = le16_to_cpu (read_eeprom (ioaddr, i));
1197 read_eeprom (long ioaddr, int eep_addr) function
H A Depic100.c355 static int read_eeprom(long ioaddr, int location);
485 printk(" %4.4x%s", read_eeprom(ioaddr, i),
595 static int __devinit read_eeprom(long ioaddr, int location)
593 static int __devinit read_eeprom(long ioaddr, int location) function
H A D8139too.c608 static int read_eeprom (void *ioaddr, int location, int addr_len);
958 addr_len = read_eeprom (ioaddr, 0, 8) == 0x8129 ? 8 : 6;
961 le16_to_cpu (read_eeprom (ioaddr, i + 7, addr_len));
1113 static int __devinit read_eeprom (void *ioaddr, int location, int addr_len) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Di60uscsi.c91 static void read_eeprom(ORC_HCS * hcsp);
359 Function name : read_eeprom
361 void read_eeprom(ORC_HCS * hcsp) function
526 read_eeprom(hcsp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A D3c574_cs.c242 static u_short read_eeprom(ioaddr_t ioaddr, int index);
481 phys_addr[i] = htons(read_eeprom(ioaddr, i + 10));
681 static u_short read_eeprom(ioaddr_t ioaddr, int index) function
H A D3c589_cs.c155 static u_short read_eeprom(ioaddr_t ioaddr, int index);
410 phys_addr[i] = htons(read_eeprom(ioaddr, i));
556 static u_short read_eeprom(ioaddr_t ioaddr, int index) function

Completed in 144 milliseconds