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

/drivers/w1/slaves/
H A DKconfig38 tristate "1kb EEPROM family support (DS2431)"
41 1kb EEPROM family device (DS2431)
44 tristate "4kb EEPROM family support (DS2433)"
47 4kb EEPROM family device (DS2433).
/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c3046 ath_dbg(common, EEPROM, "eeprom address not in range\n");
3077 ath_dbg(common, EEPROM, "unable to read eeprom region at offset %d\n",
3162 ath_dbg(common, EEPROM,
3168 ath_dbg(common, EEPROM,
3190 ath_dbg(common, EEPROM,
3191 "EEPROM structure size mismatch memory=%d eeprom=%d\n",
3196 ath_dbg(common, EEPROM,
3205 ath_dbg(common, EEPROM,
3212 ath_dbg(common, EEPROM,
3219 ath_dbg(common, EEPROM, "unknow
[all...]
H A Deeprom_4k.c41 ath_dbg(common, EEPROM,
65 ath_dbg(common, EEPROM, "Reading from EEPROM, not flash\n");
206 ath_dbg(common, EEPROM, "Read Magic = 0x%04X\n", magic);
222 "Invalid EEPROM Magic. Endianness mismatch.\n");
228 ath_dbg(common, EEPROM, "need_swap = %s\n",
250 ath_dbg(common, EEPROM,
251 "EEPROM Endianness is not native.. Changing\n");
293 ath_err(common, "Bad EEPROM checksum 0x%x or revision 0x%04x\n",
436 ath_dbg(common, EEPROM,
[all...]
H A Deeprom_def.c124 ath_dbg(common, EEPROM, "Reading from EEPROM, not flash\n");
281 ath_dbg(common, EEPROM, "Read Magic = 0x%04X\n", magic);
298 "Invalid EEPROM Magic. Endianness mismatch.\n");
304 ath_dbg(common, EEPROM, "need_swap = %s\n",
326 ath_dbg(common, EEPROM,
327 "EEPROM Endianness is not native.. Changing.\n");
377 ath_err(common, "Bad EEPROM checksum 0x%x or revision 0x%04x\n",
966 ath_dbg(common, EEPROM,
970 ath_dbg(common, EEPROM,
1276 ath_dbg(ath9k_hw_common(ah), EEPROM, local
[all...]
H A Deeprom_9287.c44 ath_dbg(common, EEPROM,
69 ath_dbg(common, EEPROM, "Reading from EEPROM, not flash\n");
199 ath_dbg(common, EEPROM, "Read Magic = 0x%04X\n", magic);
215 "Invalid EEPROM Magic. Endianness mismatch.\n");
221 ath_dbg(common, EEPROM, "need_swap = %s\n",
280 ath_err(common, "Bad EEPROM checksum 0x%x or revision 0x%04x\n",
619 * Get TX power from EEPROM.
671 /* Walk through the CTL indices stored in EEPROM */
H A Deeprom.c308 ath_dbg(common, EEPROM, "Invalid chainmask configuration\n");
/drivers/net/wireless/rt2x00/
H A Drt2500usb.c1356 EEPROM(rt2x00dev, "MAC: %pM\n", mac);
1372 EEPROM(rt2x00dev, "Antenna: 0x%04x\n", word);
1381 EEPROM(rt2x00dev, "NIC: 0x%04x\n", word);
1389 EEPROM(rt2x00dev, "Calibrate offset: 0x%04x\n", word);
1396 EEPROM(rt2x00dev, "BBPtune: 0x%04x\n", word);
1411 EEPROM(rt2x00dev, "BBPtune vgc: 0x%04x\n", word);
1422 EEPROM(rt2x00dev, "BBPtune r17: 0x%04x\n", word);
1430 EEPROM(rt2x00dev, "BBPtune r24: 0x%04x\n", word);
1438 EEPROM(rt2x00dev, "BBPtune r25: 0x%04x\n", word);
1446 EEPROM(rt2x00de
[all...]
H A Drt73usb.c1774 EEPROM(rt2x00dev, "MAC: %pM\n", mac);
1789 EEPROM(rt2x00dev, "Antenna: 0x%04x\n", word);
1796 EEPROM(rt2x00dev, "NIC: 0x%04x\n", word);
1812 EEPROM(rt2x00dev, "Led: 0x%04x\n", word);
1820 EEPROM(rt2x00dev, "Freq: 0x%04x\n", word);
1828 EEPROM(rt2x00dev, "RSSI OFFSET BG: 0x%04x\n", word);
1844 EEPROM(rt2x00dev, "RSSI OFFSET A: 0x%04x\n", word);
1865 * Read EEPROM word for configuration.
H A Drt61pci.c2419 EEPROM(rt2x00dev, "MAC: %pM\n", mac);
2434 EEPROM(rt2x00dev, "Antenna: 0x%04x\n", word);
2447 EEPROM(rt2x00dev, "NIC: 0x%04x\n", word);
2455 EEPROM(rt2x00dev, "Led: 0x%04x\n", word);
2463 EEPROM(rt2x00dev, "Freq: 0x%04x\n", word);
2471 EEPROM(rt2x00dev, "RSSI OFFSET BG: 0x%04x\n", word);
2487 EEPROM(rt2x00dev, "RSSI OFFSET A: 0x%04x\n", word);
2508 * Read EEPROM word for configuration.
H A Drt2500pci.c1589 EEPROM(rt2x00dev, "MAC: %pM\n", mac);
1605 EEPROM(rt2x00dev, "Antenna: 0x%04x\n", word);
1614 EEPROM(rt2x00dev, "NIC: 0x%04x\n", word);
1622 EEPROM(rt2x00dev, "Calibrate offset: 0x%04x\n", word);
1635 * Read EEPROM word for configuration.
H A Drt2x00.h98 #define EEPROM(__dev, __msg, __args...) \ macro
99 DEBUG_PRINTK(__dev, KERN_DEBUG, "EEPROM recovery", __msg, ##__args)
822 * by the device's EEPROM.
872 * EEPROM data.
1032 * Generic EEPROM access.
1033 * The EEPROM is being accessed by word index.
H A Drt2800lib.c2165 * the EEPROM.
2248 * from the EEPROM and increase or decrease tx power.
4037 /* Wait until the EEPROM has been loaded */
4076 EEPROM(rt2x00dev, "MAC: %pM\n", mac);
4085 EEPROM(rt2x00dev, "Antenna: 0x%04x\n", word);
4114 EEPROM(rt2x00dev, "NIC: 0x%04x\n", word);
4121 EEPROM(rt2x00dev, "Freq: 0x%04x\n", word);
4131 EEPROM(rt2x00dev, "Led Mode: 0x%04x\n", word);
4201 * Read EEPROM word for configuration.
4206 * Identify RF chipset by EEPROM valu
[all...]
H A Drt2400pci.c1459 EEPROM(rt2x00dev, "MAC: %pM\n", mac);
1464 ERROR(rt2x00dev, "Invalid EEPROM data detected.\n");
1478 * Read EEPROM word for configuration.
/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h175 #define EEPROM 0x04 macro
H A Daic7xxx.reg443 bit EEPROM 0x04 /* Writable external BIOS ROM */
1113 * Serial EEPROM Control (p. 4-92 in 7870 Databook)
1115 * EEPROM Device. In order to access the serial EEPROM, you must
1117 * port for access to the serial EEPROM device. When the memory
1119 * to allow access to the serial EEPROM. When this happens, SEERDY
1134 * read the serial EEPROM.
/drivers/char/
H A DKconfig629 device appear much like a simple EEPROM, and knows
/drivers/scsi/aic7xxx/
H A Daic7xxx.reg520 field EEPROM 0x04 /* Writable external BIOS ROM */
547 * Serial EEPROM Control (p. 4-92 in 7870 Databook)
549 * EEPROM Device. In order to access the serial EEPROM, you must
551 * port for access to the serial EEPROM device. When the memory
553 * to allow access to the serial EEPROM. When this happens, SEERDY
568 * read the serial EEPROM.
H A Daic7xxx_reg.h_shipped376 #define EEPROM 0x04
H A Daic7xxx_pci.c1835 *eeprom_present = (ahc_inb(ahc, SPIOCAP) & EEPROM) ? 1 : 0;
1869 /* Release access to the memory port and the serial EEPROM. */
/drivers/scsi/
H A Daic7xxx_old.c6864 * Reads the 2840 serial EEPROM and returns 1 if successful and 0 if
6870 * The 2840 interface to the 93C46 serial EEPROM is through the
6873 * select, clock, and data out lines respectively of the serial EEPROM.
6875 * of the serial EEPROM. The EEPROM_TF bit of STATUS_2840 register is
6959 * The serial EEPROM has a checksum in the last word. Keep a
6982 printk("Serial EEPROM:");
7069 * Reads the serial EEPROM and returns 1 if successful and 0 if
7103 * The 78xx interface to the 93C46 serial EEPROM is through the SEECTL
7196 * The serial EEPROM should have a checksum in the last word.
7218 * Release access to the memory port and the serial EEPROM
[all...]

Completed in 4805 milliseconds