Searched refs:ant_type (Results 1 – 15 of 15) sorted by relevance
220 return (ant_type & valid_antenna) == ant_type; in rs_is_valid_ant()633 if (!tbl->ant_type || tbl->ant_type > ANT_ABC) in rs_toggle_antenna()648 tbl->ant_type = new_ant_type; in rs_toggle_antenna()775 tbl->ant_type = in rs_get_lower_rate()818 return (a->lq_type == b->lq_type) && (a->ant_type == b->ant_type) && in table_type_matches()1799 search_tbl->ant_type = ANT_A; in rs_move_mimo2_to_other()1801 search_tbl->ant_type = ANT_B; in rs_move_mimo2_to_other()2861 tbl_type.ant_type = in rs_fill_link_cmd()2882 tbl_type.ant_type; in rs_fill_link_cmd()2885 tbl_type.ant_type; in rs_fill_link_cmd()[all …]
292 u8 ant_type; member
220 return (ant_type & valid_antenna) == ant_type; in il4965_rs_is_valid_ant()595 if (!tbl->ant_type || tbl->ant_type > ANT_ABC) in il4965_rs_toggle_antenna()607 if (new_ant_type == tbl->ant_type) in il4965_rs_toggle_antenna()610 tbl->ant_type = new_ant_type; in il4965_rs_toggle_antenna()730 tbl->ant_type = in il4965_rs_get_lower_rate()776 return (a->lq_type == b->lq_type && a->ant_type == b->ant_type && in il4965_table_type_matches()1326 search_tbl->ant_type = ANT_AB; in il4965_rs_move_legacy_other()1544 search_tbl->ant_type = ANT_A; in il4965_rs_move_mimo2_to_other()1546 search_tbl->ant_type = ANT_B; in il4965_rs_move_mimo2_to_other()1548 search_tbl->ant_type = ANT_C; in il4965_rs_move_mimo2_to_other()[all …]
2758 u8 ant_type; member
637 rtwdev->btc.ant_type = md->md_v7.ant.type; in rtw8852b_btc_set_rfe()660 rtwdev->btc.ant_type = md->md.ant.type; in rtw8852b_btc_set_rfe()
1994 rtwdev->btc.ant_type = md->md_v7.ant.type; in rtw8851b_btc_set_rfe()2030 rtwdev->btc.ant_type = md->md.ant.type; in rtw8851b_btc_set_rfe()2040 if (rtwdev->btc.ant_type == BTC_ANT_SHARED) /* 1-Ant */ in rtw8851b_set_trx_mask()2099 if (btc->ant_type == BTC_ANT_SHARED && btc->btg_pos == path) in rtw8851b_btc_init_cfg()2284 if (btc->ant_type == BTC_ANT_DEDICATED) in rtw8851b_btc_set_wl_rx_gain()
2980 if (btc->ant_type == BTC_ANT_SHARED) { in _set_rf_trx_para()3266 if (btc->ant_type == BTC_ANT_SHARED) { in _check_freerun()3403 if (btc->ant_type == BTC_ANT_SHARED) { in rtw89_btc_set_policy()3721 if (btc->ant_type == BTC_ANT_SHARED) { in rtw89_btc_set_policy_v1()4533 if (btc->ant_type == BTC_ANT_SHARED) { in _action_bt_hfp()4824 if (btc->ant_type == BTC_ANT_SHARED) in _action_wl_other()4850 btc->ant_type == BTC_ANT_SHARED) { in _action_wl_rfk()5374 if (btc->ant_type == BTC_ANT_SHARED) { in _action_wl_25g_mcc()5462 if (btc->ant_type == BTC_ANT_DEDICATED) { in _action_wl_2g_scc_v1()5595 if (btc->ant_type == BTC_ANT_SHARED) { in _action_wl_2g_scc_v8()[all …]
1727 rtwdev->btc.ant_type = md->md_v7.ant.type; in rtw8852a_btc_set_rfe()1750 rtwdev->btc.ant_type = md->md.ant.type; in rtw8852a_btc_set_rfe()1799 if (btc->ant_type == BTC_ANT_SHARED) { in rtw8852a_btc_init_cfg()
2446 rtwdev->btc.ant_type = md->md_v7.ant.type; in rtw8852c_btc_set_rfe()2469 rtwdev->btc.ant_type = md->md.ant.type; in rtw8852c_btc_set_rfe()2550 if (btc->ant_type == BTC_ANT_SHARED) { in rtw8852c_btc_init_cfg()
2406 rtwdev->btc.ant_type = module->ant.type; in rtw8922a_btc_set_rfe()2447 if (btc->ant_type == BTC_ANT_SHARED && btc->btg_pos == path) in rtw8922a_btc_init_cfg()
1794 if (btc->ant_type == BTC_ANT_SHARED) { in __rtw8852bx_btc_init_cfg()
2249 u8 ant_type; member
3190 u8 ant_type; member
4593 h2c->ant_type = ant->type; in rtw89_fw_h2c_cxdrv_init()
553 static inline u8 rs_is_valid_ant(u8 valid_antenna, u8 ant_type) in rs_is_valid_ant() argument555 return (ant_type & valid_antenna) == ant_type; in rs_is_valid_ant()