Searched refs:EEPROM (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2500usb.c1316 EEPROM(rt2x00dev, "MAC: %pM\n", mac);
1332 EEPROM(rt2x00dev, "Antenna: 0x%04x\n", word);
1341 EEPROM(rt2x00dev, "NIC: 0x%04x\n", word);
1349 EEPROM(rt2x00dev, "Calibrate offset: 0x%04x\n", word);
1356 EEPROM(rt2x00dev, "BBPtune: 0x%04x\n", word);
1371 EEPROM(rt2x00dev, "BBPtune vgc: 0x%04x\n", word);
1382 EEPROM(rt2x00dev, "BBPtune r17: 0x%04x\n", word);
1390 EEPROM(rt2x00dev, "BBPtune r24: 0x%04x\n", word);
1398 EEPROM(rt2x00dev, "BBPtune r25: 0x%04x\n", word);
1406 EEPROM(rt2x00de
[all...]
H A Drt61pci.c2257 EEPROM(rt2x00dev, "MAC: %pM\n", mac);
2272 EEPROM(rt2x00dev, "Antenna: 0x%04x\n", word);
2285 EEPROM(rt2x00dev, "NIC: 0x%04x\n", word);
2293 EEPROM(rt2x00dev, "Led: 0x%04x\n", word);
2301 EEPROM(rt2x00dev, "Freq: 0x%04x\n", word);
2309 EEPROM(rt2x00dev, "RSSI OFFSET BG: 0x%04x\n", word);
2325 EEPROM(rt2x00dev, "RSSI OFFSET A: 0x%04x\n", word);
2346 * Read EEPROM word for configuration.
H A Drt73usb.c1707 EEPROM(rt2x00dev, "MAC: %pM\n", mac);
1722 EEPROM(rt2x00dev, "Antenna: 0x%04x\n", word);
1729 EEPROM(rt2x00dev, "NIC: 0x%04x\n", word);
1745 EEPROM(rt2x00dev, "Led: 0x%04x\n", word);
1753 EEPROM(rt2x00dev, "Freq: 0x%04x\n", word);
1761 EEPROM(rt2x00dev, "RSSI OFFSET BG: 0x%04x\n", word);
1777 EEPROM(rt2x00dev, "RSSI OFFSET A: 0x%04x\n", word);
1798 * Read EEPROM word for configuration.
H A Drt2500pci.c1480 EEPROM(rt2x00dev, "MAC: %pM\n", mac);
1496 EEPROM(rt2x00dev, "Antenna: 0x%04x\n", word);
1505 EEPROM(rt2x00dev, "NIC: 0x%04x\n", word);
1513 EEPROM(rt2x00dev, "Calibrate offset: 0x%04x\n", word);
1526 * Read EEPROM word for configuration.
H A Drt2x00.h94 #define EEPROM(__dev, __msg, __args...) \ macro
95 DEBUG_PRINTK(__dev, KERN_DEBUG, "EEPROM recovery", __msg, ##__args)
747 * by the device's EEPROM.
795 * EEPROM data.
916 * Generic EEPROM access.
917 * The EEPROM is being accessed by word index.
H A Drt2800lib.c2385 /* Wait until the EEPROM has been loaded */
2422 EEPROM(rt2x00dev, "MAC: %pM\n", mac);
2431 EEPROM(rt2x00dev, "Antenna: 0x%04x\n", word);
2457 EEPROM(rt2x00dev, "NIC: 0x%04x\n", word);
2464 EEPROM(rt2x00dev, "Freq: 0x%04x\n", word);
2474 EEPROM(rt2x00dev, "Led Mode: 0x%04x\n", word);
2535 * Read EEPROM word for configuration.
H A Drt2400pci.c1347 EEPROM(rt2x00dev, "MAC: %pM\n", mac);
1352 ERROR(rt2x00dev, "Invalid EEPROM data detected.\n");
1366 * Read EEPROM word for configuration.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h175 #define EEPROM 0x04 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c1823 *eeprom_present = (ahc_inb(ahc, SPIOCAP) & EEPROM) ? 1 : 0;
1857 /* Release access to the memory port and the serial EEPROM. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Daic7xxx_old.c6834 * Reads the 2840 serial EEPROM and returns 1 if successful and 0 if
6840 * The 2840 interface to the 93C46 serial EEPROM is through the
6843 * select, clock, and data out lines respectively of the serial EEPROM.
6845 * of the serial EEPROM. The EEPROM_TF bit of STATUS_2840 register is
6929 * The serial EEPROM has a checksum in the last word. Keep a
7026 * Reads the serial EEPROM and returns 1 if successful and 0 if
7060 * The 78xx interface to the 93C46 serial EEPROM is through the SEECTL
7153 * The serial EEPROM should have a checksum in the last word.
7175 * Release access to the memory port and the serial EEPROM.
7301 *eeprom = (aic_inb(p, SPIOCAP) & EEPROM);
[all...]

Completed in 111 milliseconds