Lines Matching defs:efuse
131 dm_info->thermal_meter_k = rtwdev->efuse.thermal_meter_k;
155 xtal_cap = rtwdev->efuse.crystal_cap & 0x3F;
159 if ((rtwdev->efuse.afe >> 4) == 14) {
206 static void rtw8723de_efuse_parsing(struct rtw_efuse *efuse,
209 ether_addr_copy(efuse->addr, map->e.mac_addr);
214 struct rtw_efuse *efuse = &rtwdev->efuse;
220 efuse->rfe_option = 0;
221 efuse->rf_board_option = map->rf_board_option;
222 efuse->crystal_cap = map->xtal_k;
223 efuse->pa_type_2g = map->pa_type;
224 efuse->lna_type_2g = map->lna_type_2g[0];
225 efuse->channel_plan = map->channel_plan;
226 efuse->country_code[0] = map->country_code[0];
227 efuse->country_code[1] = map->country_code[1];
228 efuse->bt_setting = map->rf_bt_setting;
229 efuse->regd = map->rf_board_option & 0x7;
230 efuse->thermal_meter[0] = map->thermal_meter;
231 efuse->thermal_meter_k = map->thermal_meter;
232 efuse->afe = map->afe;
235 efuse->txpwr_idx_table[i] = map->txpwr_idx_table[i];
239 rtw8723de_efuse_parsing(efuse, map);
1540 struct rtw_efuse *efuse = &rtwdev->efuse;
1543 bool aux = efuse->bt_setting & BIT(6);
1545 coex_rfe->rfe_module_type = rtwdev->efuse.rfe_option;
1553 if (efuse->share_ant) {
1838 rtwdev->efuse.thermal_meter[therm_path])
1843 xtal_cap = rtwdev->efuse.crystal_cap & 0x3F;
1858 if (rtwdev->efuse.thermal_meter[0] == 0xff)
1902 struct rtw_efuse *efuse = &rtwdev->efuse;
1905 if (efuse->power_track_type != 0)