Lines Matching defs:map
568 struct rtw8852b_efuse *map)
570 ether_addr_copy(efuse->addr, map->e.mac_addr);
571 efuse->rfe_type = map->rfe_type;
572 efuse->xtal_cap = map->xtal_k;
576 struct rtw8852b_efuse *map)
579 struct rtw8852b_tssi_offset *ofst[] = {&map->path_a_tssi, &map->path_b_tssi};
582 tssi->thermal[RF_PATH_A] = map->path_a_therm;
583 tssi->thermal[RF_PATH_B] = map->path_b_therm;
617 struct rtw8852b_efuse *map)
622 valid |= _decode_efuse_gain(map->rx_gain_2g_cck,
625 valid |= _decode_efuse_gain(map->rx_gain_2g_ofdm,
628 valid |= _decode_efuse_gain(map->rx_gain_5g_low,
631 valid |= _decode_efuse_gain(map->rx_gain_5g_mid,
634 valid |= _decode_efuse_gain(map->rx_gain_5g_high,
644 struct rtw8852b_efuse *map;
646 map = (struct rtw8852b_efuse *)log_map;
648 efuse->country_code[0] = map->country_code[0];
649 efuse->country_code[1] = map->country_code[1];
650 rtw8852b_efuse_parsing_tssi(rtwdev, map);
651 rtw8852b_efuse_parsing_gain_offset(rtwdev, map);
655 rtw8852be_efuse_parsing(efuse, map);
2184 btc->cx.wl.status.map.init_ok = true;
2188 void rtw8852b_btc_set_wl_pri(struct rtw89_dev *rtwdev, u8 map, bool state)
2193 switch (map) {