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