Home
last modified time | relevance | path

Searched refs:single_pos (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.h452 return btc->mdinfo.ant.single_pos; in _btc_get_rf_path_from_ant_num()
H A Drtw8852bt.c653 md->ant.single_pos = RF_PATH_A; in rtw8852bt_btc_set_rfe()
H A Drtw8922a.c2735 md->ant.single_pos = BTC_RF_S0; in rtw8922a_btc_set_rfe()
2745 md->ant.single_pos = RF_PATH_A; in rtw8922a_btc_set_rfe()
2841 path_min = ant->single_pos; in rtw8922a_btc_init_cfg()
H A Drtw8851b.c2139 md->ant.single_pos = RF_PATH_A; in rtw8851b_btc_set_rfe()
2193 path_min = md->ant.single_pos; in rtw8851b_btc_init_cfg()
H A Dcore.h1511 u8 single_pos: 1;/* Single antenna at S0 or S1 */ member
1521 u8 single_pos;/* wifi 1ss-1ant at 0:S0 or 1:S1 */ member
1533 u8 single_pos; /* wifi 1ss-1ant at 0:S0 or 1:S1 */ member
1546 u8 single_pos; member
1561 u8 single_pos; /* wifi 1ss-1ant at 0:S0 or 1:S1 */ member
H A Dfw.c5799 u8_encode_bits(ant->single_pos, RTW89_H2C_CXINIT_ANT_INFO_POS) | in rtw89_fw_h2c_cxdrv_init()
5883 h2c->init.module.ant.single_pos = ant->single_pos; in rtw89_fw_h2c_cxdrv_init_v7()
5951 h2c->init.module.ant.single_pos = ant->single_pos; in rtw89_fw_h2c_cxdrv_init_v10()
6023 h2c->init.module.ant.single_pos = init->module.ant.single_pos; in rtw89_fw_h2c_cxdrv_init_v11()
H A Drtw8922d.c3191 md->ant.single_pos = BTC_RF_S0; /* WL 1ss+1Ant 0:s0(A)/ 1:s1(B) */ in rtw8922d_btc_set_rfe()
H A Dcoex.c9913 md->ant.single_pos ? "1Ant_Pos:S1, " : "1Ant_Pos:S0, "); in _show_cx_info()