Lines Matching refs:eeprom
909 struct il3945_eeprom *eeprom = (struct il3945_eeprom *)il->eeprom; in il3945_nic_config() local
930 if (EEPROM_SKU_CAP_OP_MODE_MRC == eeprom->sku_cap) { in il3945_nic_config()
937 if ((eeprom->board_revision & 0xF0) == 0xD0) { in il3945_nic_config()
938 D_INFO("3945ABG revision is 0x%X\n", eeprom->board_revision); in il3945_nic_config()
942 D_INFO("3945ABG revision is 0x%X\n", eeprom->board_revision); in il3945_nic_config()
947 if (eeprom->almgor_m_version <= 1) { in il3945_nic_config()
951 eeprom->almgor_m_version); in il3945_nic_config()
954 eeprom->almgor_m_version); in il3945_nic_config()
960 if (eeprom->sku_cap & EEPROM_SKU_CAP_SW_RF_KILL_ENABLE) in il3945_nic_config()
963 if (eeprom->sku_cap & EEPROM_SKU_CAP_HW_RF_KILL_ENABLE) in il3945_nic_config()
1084 struct il3945_eeprom *eeprom = (struct il3945_eeprom *)il->eeprom; in il3945_hw_reg_txpower_get_temperature() local
1100 temperature = eeprom->groups[2].temperature; in il3945_hw_reg_txpower_get_temperature()
1544 ch_info->eeprom.max_power_avg); in il3945_hw_reg_get_ch_txpower_limit()
1549 max_power = ch_info->eeprom.max_power_avg; in il3945_hw_reg_get_ch_txpower_limit()
1568 struct il3945_eeprom *eeprom = (struct il3945_eeprom *)il->eeprom; in il3945_hw_reg_comp_txpower_temp() local
1588 ref_temp = (s16) eeprom->groups[ch_info->group_idx].temperature; in il3945_hw_reg_comp_txpower_temp()
1906 struct il3945_eeprom *eeprom = (struct il3945_eeprom *)il->eeprom; in il3945_hw_reg_get_ch_grp_idx() local
1907 struct il3945_eeprom_txpower_group *ch_grp = &eeprom->groups[0]; in il3945_hw_reg_get_ch_grp_idx()
1942 struct il3945_eeprom *eeprom = (struct il3945_eeprom *)il->eeprom; in il3945_hw_reg_get_matched_power_idx() local
1951 chnl_grp = &eeprom->groups[setting_idx]; in il3945_hw_reg_get_matched_power_idx()
1992 struct il3945_eeprom *eeprom = (struct il3945_eeprom *)il->eeprom; in il3945_hw_reg_init_channel_groups() local
2000 group = &eeprom->groups[i]; in il3945_hw_reg_init_channel_groups()
2074 struct il3945_eeprom *eeprom = (struct il3945_eeprom *)il->eeprom; in il3945_txpower_set_from_eeprom() local
2110 eeprom->groups[ch_info-> in il3945_txpower_set_from_eeprom()