Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dat1700.c162 static int read_eeprom(long ioaddr, int location);
240 ioaddr, read_eeprom(ioaddr, 4), read_eeprom(ioaddr, 5), in at1700_probe1()
241 read_eeprom(ioaddr, 6), inw(ioaddr + EEPROM_Ctrl)); in at1700_probe1()
306 && read_eeprom(ioaddr, 4) == 0x0000 in at1700_probe1()
307 && (read_eeprom(ioaddr, 5) & 0xff00) == 0xF400) in at1700_probe1()
325 irq = at1700_irqmap[(read_eeprom(ioaddr, 12)&0x04) in at1700_probe1()
326 | (read_eeprom(ioaddr, 0)>>14)]; in at1700_probe1()
354 unsigned short eeprom_val = read_eeprom(ioaddr, 4+i); in at1700_probe1()
375 ushort setup_value = read_eeprom(ioaddr, 12); in at1700_probe1()
473 static int __init read_eeprom(long ioaddr, int location) in read_eeprom() function
Deepro.c320 static int read_eeprom(int ioaddr, int location, struct net_device *dev);
592 j+=read_eeprom(ioaddr,i,dev); in printEEPROMInfo()
595 Word=read_eeprom(ioaddr, 0, dev); in printEEPROMInfo()
603 Word=read_eeprom(ioaddr, 1, dev); in printEEPROMInfo()
614 Word=read_eeprom(ioaddr, 5, dev); in printEEPROMInfo()
624 Word=read_eeprom(ioaddr, 6, dev); in printEEPROMInfo()
629 Word=read_eeprom(ioaddr, 7, dev); in printEEPROMInfo()
703 i = read_eeprom(dev->base_addr, 5, dev); in eepro_print_info()
766 station_addr[0] = read_eeprom(ioaddr, 2, dev); in eepro_probe1()
778 station_addr[0] = read_eeprom(ioaddr, 2, dev); in eepro_probe1()
[all …]
D3c509.c175 static ushort read_eeprom(int ioaddr, int index);
282 phys_addr[i] = htons(read_eeprom(ioaddr, i)); in el3_probe()
285 read_eeprom(ioaddr, 3); in el3_probe()
343 phys_addr[i] = htons(read_eeprom(ioaddr, i)); in el3_probe()
385 htons(read_eeprom(ioaddr, j)); in el3_probe()
386 if_port = read_eeprom(ioaddr, 8) >> 14; in el3_probe()
572 static ushort read_eeprom(int ioaddr, int index) in read_eeprom() function
1273 sw_info = (read_eeprom(ioaddr, 0x14) & 0x400f) | in el3_up()
1274 (read_eeprom(ioaddr, 0x0d) & 0xBff0); in el3_up()
Dde620.c231 static int read_eeprom(struct net_device *);
851 if ((checkbyte != 0xa5) || (read_eeprom(dev) != 0)) { in de620_probe()
959 static int __init read_eeprom(struct net_device *dev) in read_eeprom() function
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; in netdrv_init_one()
777 le16_to_cpu (read_eeprom (ioaddr, i + 7, addr_len)); in netdrv_init_one()
905 static int __devinit read_eeprom (void *ioaddr, int location, int addr_len) in read_eeprom() function
Dyellowfin.c395 static int read_eeprom(long ioaddr, int location);
464 int ee_offset = (read_eeprom(ioaddr, 6) == 0xff ? 0x100 : 0); in yellowfin_init_one()
466 dev->dev_addr[i] = read_eeprom(ioaddr, ee_offset + i); in yellowfin_init_one()
578 static int __devinit read_eeprom(long ioaddr, int location) in read_eeprom() function
Dsis900.c190 static u16 read_eeprom(long ioaddr, int location);
233 signature = (u16) read_eeprom(ioaddr, EEPROMSignature); in sis900_get_mac_addr()
242 ((u16 *)(net_dev->dev_addr))[i] = read_eeprom(ioaddr, i+EEPROMMACAddr); in sis900_get_mac_addr()
349 ((u16 *)(net_dev->dev_addr))[i] = read_eeprom(ioaddr, i+EEPROMMACAddr); in sis96x_get_mac_addr()
727 static u16 __devinit read_eeprom(long ioaddr, int location) in read_eeprom() function
Dhamachi.c556 static int read_eeprom(long ioaddr, int location);
627 dev->dev_addr[i] = 1 ? read_eeprom(ioaddr, 4 + i) in hamachi_init_one()
634 read_eeprom(ioaddr, i), i % 16 != 15 ? " " : "\n"); in hamachi_init_one()
798 static int __init read_eeprom(long ioaddr, int location) in read_eeprom() function
Depic100.c354 static int read_eeprom(long ioaddr, int location);
484 printk(" %4.4x%s", read_eeprom(ioaddr, i), in epic_init_one()
594 static int __devinit read_eeprom(long ioaddr, int location) in read_eeprom() function
D8139too.c612 static int read_eeprom (void *ioaddr, int location, int addr_len);
966 addr_len = read_eeprom (ioaddr, 0, 8) == 0x8129 ? 8 : 6; in rtl8139_init_one()
969 le16_to_cpu (read_eeprom (ioaddr, i + 7, addr_len)); in rtl8139_init_one()
1129 static int __devinit read_eeprom (void *ioaddr, int location, int addr_len) in read_eeprom() function
D8139cp.c1586 static int read_eeprom (void *ioaddr, int location, int addr_len) in read_eeprom() function
1734 addr_len = read_eeprom (regs, 0, 8) == 0x8129 ? 8 : 6; in cp_init_one()
1737 le16_to_cpu (read_eeprom (regs, i + 7, addr_len)); in cp_init_one()
Ddl2k.c127 static int read_eeprom (long ioaddr, int eep_addr);
379 ((u16 *) sromdata)[i] = cpu_to_le16 (read_eeprom (ioaddr, i)); in parse_eeprom()
1495 read_eeprom (long ioaddr, int eep_addr) in read_eeprom() function
/linux-2.4.37.9/arch/mips/pmc-sierra/yosemite/
Datmel_read_eeprom.c143 int read_eeprom(char *buffer, int eeprom_size, int size) in read_eeprom() function
/linux-2.4.37.9/drivers/scsi/
Di60uscsi.c91 static void read_eeprom(ORC_HCS * hcsp);
361 void read_eeprom(ORC_HCS * hcsp) in read_eeprom() function
526 read_eeprom(hcsp); in init_orchid()
/linux-2.4.37.9/drivers/net/pcmcia/
D3c589_cs.c155 static u_short read_eeprom(ioaddr_t ioaddr, int index);
410 phys_addr[i] = htons(read_eeprom(ioaddr, i)); in tc589_config()
556 static u_short read_eeprom(ioaddr_t ioaddr, int index) in read_eeprom() function
D3c574_cs.c242 static u_short read_eeprom(ioaddr_t ioaddr, int index);
483 phys_addr[i] = htons(read_eeprom(ioaddr, i + 10)); in tc574_config()
683 static u_short read_eeprom(ioaddr_t ioaddr, int index) in read_eeprom() function
Dpcnet_cs.c987 static int read_eeprom(ioaddr_t ioaddr, int location) in read_eeprom() function
1028 asic_data |= read_eeprom(ioaddr, location); in write_asic()
/linux-2.4.37.9/Documentation/networking/
Dsis900.txt70 4. Bugs in read_eeprom, mdio_* were removed.