Lines Matching full:ant
584 md->md_v7.ant.type = BTC_ANT_SHARED; in rtw8852bt_btc_set_rfe()
585 md->md_v7.ant.num = 2; in rtw8852bt_btc_set_rfe()
586 md->md_v7.ant.isolation = 10; in rtw8852bt_btc_set_rfe()
587 md->md_v7.ant.diversity = 0; in rtw8852bt_btc_set_rfe()
588 /* WL 1-stream+1-Ant is located at 0:s0(path-A) or 1:s1(path-B) */ in rtw8852bt_btc_set_rfe()
589 md->md_v7.ant.single_pos = RF_PATH_A; in rtw8852bt_btc_set_rfe()
590 md->md_v7.ant.btg_pos = RF_PATH_B; in rtw8852bt_btc_set_rfe()
597 md->md_v7.ant.num = (md->md_v7.rfe_type % 2) ? 2 : 3; in rtw8852bt_btc_set_rfe()
598 md->md_v7.ant.stream_cnt = 2; in rtw8852bt_btc_set_rfe()
601 if (md->md_v7.ant.num == 2) { in rtw8852bt_btc_set_rfe()
602 md->md_v7.ant.type = BTC_ANT_SHARED; in rtw8852bt_btc_set_rfe()
606 md->md_v7.ant.type = BTC_ANT_DEDICATED; in rtw8852bt_btc_set_rfe()