Lines Matching full:ant
602 md->md_v7.ant.type = BTC_ANT_SHARED; in rtw8852bt_btc_set_rfe()
603 md->md_v7.ant.num = 2; in rtw8852bt_btc_set_rfe()
604 md->md_v7.ant.isolation = 10; in rtw8852bt_btc_set_rfe()
605 md->md_v7.ant.diversity = 0; in rtw8852bt_btc_set_rfe()
606 /* WL 1-stream+1-Ant is located at 0:s0(path-A) or 1:s1(path-B) */ in rtw8852bt_btc_set_rfe()
607 md->md_v7.ant.single_pos = RF_PATH_A; in rtw8852bt_btc_set_rfe()
608 md->md_v7.ant.btg_pos = RF_PATH_B; in rtw8852bt_btc_set_rfe()
615 md->md_v7.ant.num = (md->md_v7.rfe_type % 2) ? 2 : 3; in rtw8852bt_btc_set_rfe()
616 md->md_v7.ant.stream_cnt = 2; in rtw8852bt_btc_set_rfe()
619 if (md->md_v7.ant.num == 2) { in rtw8852bt_btc_set_rfe()
620 md->md_v7.ant.type = BTC_ANT_SHARED; in rtw8852bt_btc_set_rfe()
624 md->md_v7.ant.type = BTC_ANT_DEDICATED; in rtw8852bt_btc_set_rfe()