Home
last modified time | relevance | path

Searched refs:eeprom_93cx6_read (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/misc/eeprom/
H A Deeprom_93cx6.c165 * eeprom_93cx6_read - Read a word from eeprom
173 void eeprom_93cx6_read(struct eeprom_93cx6 *eeprom, const u8 word, in eeprom_93cx6_read() function
205 EXPORT_SYMBOL_GPL(eeprom_93cx6_read);
215 * this is done by calling eeprom_93cx6_read() multiple times.
216 * But with the additional change that while the eeprom_93cx6_read
228 eeprom_93cx6_read(eeprom, word + i, &tmp); in eeprom_93cx6_multiread()
/linux/include/linux/
H A Deeprom_93cx6.h67 extern void eeprom_93cx6_read(struct eeprom_93cx6 *eeprom,
/linux/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Ddev.c1515 eeprom_93cx6_read(&eeprom, RTL8187_EEPROM_TXPWR_CHAN_1 + i, in rtl8187_probe()
1521 eeprom_93cx6_read(&eeprom, RTL8187_EEPROM_TXPWR_CHAN_4 + i, in rtl8187_probe()
1527 eeprom_93cx6_read(&eeprom, RTL8187_EEPROM_TXPWR_BASE, in rtl8187_probe()
1588 eeprom_93cx6_read(&eeprom, in rtl8187_probe()
1595 eeprom_93cx6_read(&eeprom, RTL8187_EEPROM_TXPWR_CHAN_6, in rtl8187_probe()
1599 eeprom_93cx6_read(&eeprom, 0x0A, &txpwr); in rtl8187_probe()
1602 eeprom_93cx6_read(&eeprom, 0x1C, &txpwr); in rtl8187_probe()
1609 eeprom_93cx6_read(&eeprom, RTL8187_EEPROM_SELECT_GPIO, &reg); in rtl8187_probe()
1644 eeprom_93cx6_read(&eeprom, 0x3F, &reg); in rtl8187_probe()
/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Ddev.c1678 eeprom_93cx6_read(&eeprom, 0x06, &eeprom_val); in rtl8180_eeprom_read()
1682 eeprom_93cx6_read(&eeprom, 0x17, &eeprom_val); in rtl8180_eeprom_read()
1695 eeprom_93cx6_read(&eeprom, eeprom_cck_table_adr + (i >> 1), in rtl8180_eeprom_read()
1705 eeprom_93cx6_read(&eeprom, 0x20 + (i >> 1), &txpwr); in rtl8180_eeprom_read()
1715 eeprom_93cx6_read(&eeprom, 0x19, &priv->rfparam); in rtl8180_eeprom_read()
1719 eeprom_93cx6_read(&eeprom, 0x3F, &eeprom_val); in rtl8180_eeprom_read()
1723 eeprom_93cx6_read(&eeprom, 0x7C, &eeprom_val); in rtl8180_eeprom_read()
/linux/drivers/net/ethernet/micrel/
H A Dks8851_common.c806 eeprom_93cx6_read(&ks->eeprom, offset/2, &tmp); in ks8851_set_eeprom()
/linux/drivers/tty/serial/8250/
H A D8250_exar.c778 eeprom_93cx6_read(&priv->eeprom, offset, &port_flags); in cti_get_port_type_xr17v35x()