Lines Matching defs:map
502 struct rtw8852a_efuse *map)
504 ether_addr_copy(efuse->addr, map->e.mac_addr);
505 efuse->rfe_type = map->rfe_type;
506 efuse->xtal_cap = map->xtal_k;
510 struct rtw8852a_efuse *map)
513 struct rtw8852a_tssi_offset *ofst[] = {&map->path_a_tssi, &map->path_b_tssi};
516 tssi->thermal[RF_PATH_A] = map->path_a_therm;
517 tssi->thermal[RF_PATH_B] = map->path_b_therm;
543 struct rtw8852a_efuse *map;
545 map = (struct rtw8852a_efuse *)log_map;
547 efuse->country_code[0] = map->country_code[0];
548 efuse->country_code[1] = map->country_code[1];
549 rtw8852a_efuse_parsing_tssi(rtwdev, map);
553 rtw8852ae_efuse_parsing(efuse, map);
1743 btc->cx.wl.status.map.init_ok = true;
1747 void rtw8852a_btc_set_wl_pri(struct rtw89_dev *rtwdev, u8 map, bool state)
1752 switch (map) {