/linux-2.6.39/drivers/net/wireless/ath/ath9k/ |
D | ar9002_hw.c | 203 if (ah->eep_ops->get_eeprom(ah, EEP_MINOR_REV) >= in ar9280_20_hw_init_rxgain_ini() 205 rxgain_type = ah->eep_ops->get_eeprom(ah, EEP_RXGAIN_TYPE); in ar9280_20_hw_init_rxgain_ini() 230 if (ah->eep_ops->get_eeprom(ah, EEP_MINOR_REV) >= in ar9280_20_hw_init_txgain_ini() 232 txgain_type = ah->eep_ops->get_eeprom(ah, EEP_TXGAIN_TYPE); in ar9280_20_hw_init_txgain_ini() 265 u32 txgain_type = ah->eep_ops->get_eeprom(ah, EEP_TXGAIN_TYPE); in ar9002_hw_init_mode_gain_regs()
|
D | hw.c | 429 eeval = ah->eep_ops->get_eeprom(ah, EEP_MAC[i]); in ath9k_hw_init_macaddr() 1151 if (AR_SREV_9280(ah) && ah->eep_ops->get_eeprom(ah, EEP_OL_PWRCTRL)) { in ath9k_hw_chip_reset() 1298 (AR_SREV_9280(ah) && ah->eep_ops->get_eeprom(ah, EEP_OL_PWRCTRL))) in ath9k_hw_reset() 1801 eeval = ah->eep_ops->get_eeprom(ah, EEP_REG_0); in ath9k_hw_fill_cap_info() 1804 eeval = ah->eep_ops->get_eeprom(ah, EEP_REG_1); in ath9k_hw_fill_cap_info() 1809 capField = ah->eep_ops->get_eeprom(ah, EEP_OP_CAP); in ath9k_hw_fill_cap_info() 1822 eeval = ah->eep_ops->get_eeprom(ah, EEP_OP_MODE); in ath9k_hw_fill_cap_info() 1835 pCap->tx_chainmask = ah->eep_ops->get_eeprom(ah, EEP_TX_MASK); in ath9k_hw_fill_cap_info() 1847 pCap->rx_chainmask = ah->eep_ops->get_eeprom(ah, EEP_RX_MASK); in ath9k_hw_fill_cap_info() 1906 ah->rfsilent = ah->eep_ops->get_eeprom(ah, EEP_RF_SILENT); in ath9k_hw_fill_cap_info() [all …]
|
D | calib.c | 134 *nft = (int8_t)ah->eep_ops->get_eeprom(ah, EEP_NFTHRESH_5); in ath9k_hw_get_nf_thresh() 137 *nft = (int8_t)ah->eep_ops->get_eeprom(ah, EEP_NFTHRESH_2); in ath9k_hw_get_nf_thresh()
|
D | eeprom.h | 103 ah->eep_ops->get_eeprom(ah, EEP_OL_PWRCTRL)) 105 ah->eep_ops->get_eeprom(ah, EEP_OL_PWRCTRL)) 646 u32 (*get_eeprom)(struct ath_hw *hw, enum eeprom_param param); member
|
D | ar5008_phy.c | 530 eepMinorRev = ah->eep_ops->get_eeprom(ah, EEP_MINOR_REV); in ar5008_hw_set_rf_regs() 555 ob2GHz = ah->eep_ops->get_eeprom(ah, EEP_OB_2); in ar5008_hw_set_rf_regs() 556 db2GHz = ah->eep_ops->get_eeprom(ah, EEP_DB_2); in ar5008_hw_set_rf_regs() 562 ob5GHz = ah->eep_ops->get_eeprom(ah, EEP_OB_5); in ar5008_hw_set_rf_regs() 563 db5GHz = ah->eep_ops->get_eeprom(ah, EEP_DB_5); in ar5008_hw_set_rf_regs() 848 if (ah->eep_ops->get_eeprom(ah, EEP_TXGAIN_TYPE) == 1) in ar5008_hw_process_ini()
|
D | ar9002_calib.c | 376 slope = ah->eep_ops->get_eeprom(ah, EEP_TEMPSENSE_SLOPE); in ar9287_hw_olc_temp_compensation() 401 if (ah->eep_ops->get_eeprom(ah, EEP_DAC_HPWR_5G)) in ar9280_hw_olc_temp_compensation() 544 if (ah->eep_ops->get_eeprom(ah, EEP_TXGAIN_TYPE) == in ar9285_hw_pa_cal()
|
D | eeprom_def.c | 715 pwr_table_offset = ah->eep_ops->get_eeprom(ah, EEP_PWR_TABLE_OFFSET); in ath9k_hw_set_def_power_cal_table() 1202 pwr_table_offset = ah->eep_ops->get_eeprom(ah, in ath9k_hw_def_set_txpower() 1328 .get_eeprom = ath9k_hw_def_get_eeprom,
|
D | ar9002_phy.c | 112 switch (ah->eep_ops->get_eeprom(ah, EEP_FRAC_N_5G)) { in ar9002_hw_set_channel()
|
D | ar9003_eeprom.c | 4776 if (ah->eep_ops->get_eeprom(ah, EEP_PAPRD)) { in ath9k_hw_ar9300_set_txpower() 4818 if (ah->eep_ops->get_eeprom(ah, EEP_PAPRD)) { in ath9k_hw_ar9300_set_txpower() 4936 .get_eeprom = ath9k_hw_ar9300_get_eeprom,
|
D | eeprom_9287.c | 1018 .get_eeprom = ath9k_hw_ar9287_get_eeprom,
|
/linux-2.6.39/drivers/net/wireless/libertas/ |
D | ethtool.c | 106 .get_eeprom = lbs_ethtool_get_eeprom,
|
/linux-2.6.39/drivers/net/atl1c/ |
D | atl1c_ethtool.c | 309 .get_eeprom = atl1c_get_eeprom,
|
/linux-2.6.39/drivers/net/chelsio/ |
D | cxgb2.c | 806 static int get_eeprom(struct net_device *dev, struct ethtool_eeprom *e, in get_eeprom() function 831 .get_eeprom = get_eeprom,
|
/linux-2.6.39/drivers/net/usb/ |
D | asix.c | 802 .get_eeprom = asix_get_eeprom, 941 .get_eeprom = asix_get_eeprom, 1109 .get_eeprom = asix_get_eeprom,
|
D | dm9601.c | 366 .get_eeprom = dm9601_get_eeprom,
|
/linux-2.6.39/drivers/net/atl1e/ |
D | atl1e_ethtool.c | 383 .get_eeprom = atl1e_get_eeprom,
|
/linux-2.6.39/drivers/net/igbvf/ |
D | ethtool.c | 513 .get_eeprom = igbvf_get_eeprom,
|
/linux-2.6.39/include/linux/ |
D | ethtool.h | 757 int (*get_eeprom)(struct net_device *, member
|
/linux-2.6.39/drivers/net/benet/ |
D | be_ethtool.c | 722 .get_eeprom = be_read_eeprom,
|
/linux-2.6.39/drivers/net/ixgb/ |
D | ixgb_ethtool.c | 754 .get_eeprom = ixgb_get_eeprom,
|
/linux-2.6.39/net/core/ |
D | ethtool.c | 1298 if (!ops->get_eeprom || !ops->get_eeprom_len) in ethtool_get_eeprom() 1320 ret = ops->get_eeprom(dev, &eeprom, data); in ethtool_get_eeprom()
|
/linux-2.6.39/drivers/net/netxen/ |
D | netxen_nic_ethtool.c | 914 .get_eeprom = netxen_nic_get_eeprom,
|
/linux-2.6.39/drivers/net/ |
D | natsemi.c | 2654 static int get_eeprom(struct net_device *dev, struct ethtool_eeprom *eeprom, u8 *data) in get_eeprom() function 2687 .get_eeprom = get_eeprom,
|
/linux-2.6.39/drivers/net/cxgb3/ |
D | cxgb3_main.c | 2013 static int get_eeprom(struct net_device *dev, struct ethtool_eeprom *e, in get_eeprom() function 2100 .get_eeprom = get_eeprom,
|
/linux-2.6.39/drivers/net/qlcnic/ |
D | qlcnic_ethtool.c | 1061 .get_eeprom = qlcnic_get_eeprom,
|