Searched refs:path_div (Results 1 – 1 of 1) sorted by relevance
132 struct rtw_path_div *path_div = &rtwdev->dm_path_div; in rtw_phy_tx_path_div_init() local134 path_div->current_tx_path = rtwdev->chip->default_1ss_tx_path; in rtw_phy_tx_path_div_init()135 path_div->path_a_cnt = 0; in rtw_phy_tx_path_div_init()136 path_div->path_a_sum = 0; in rtw_phy_tx_path_div_init()137 path_div->path_b_cnt = 0; in rtw_phy_tx_path_div_init()138 path_div->path_b_sum = 0; in rtw_phy_tx_path_div_init()2335 struct rtw_path_div *path_div = &rtwdev->dm_path_div; in rtw_phy_set_tx_path_by_reg() local2339 if (tx_path_sel_1ss == path_div->current_tx_path) in rtw_phy_set_tx_path_by_reg()2342 path_div->current_tx_path = tx_path_sel_1ss; in rtw_phy_set_tx_path_by_reg()2351 struct rtw_path_div *path_div = &rtwdev->dm_path_div; in rtw_phy_tx_path_div_select() local[all …]