Home
last modified time | relevance | path

Searched refs:phy_sw (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_cap.c282 struct phy_sw_cap_t *phy_sw = phl_com->phy_sw_cap; in rtw_hal_final_cap_decision() local
290 phy_cap[0].proto_sup = phy_sw[0].proto_sup; in rtw_hal_final_cap_decision()
291 phy_cap[1].proto_sup = phy_sw[1].proto_sup; in rtw_hal_final_cap_decision()
292 phy_cap[0].band_sup = phy_sw[0].band_sup; in rtw_hal_final_cap_decision()
293 phy_cap[1].band_sup = phy_sw[1].band_sup; in rtw_hal_final_cap_decision()
294 phy_cap[0].bw_sup = phy_sw[0].bw_sup; in rtw_hal_final_cap_decision()
295 phy_cap[1].bw_sup = phy_sw[1].bw_sup; in rtw_hal_final_cap_decision()
297 phy_cap[0].txss = (phy_sw[0].txss)?((phy_sw[0].txss > phy_hw[0].tx_num)? in rtw_hal_final_cap_decision()
298 phy_hw[0].tx_num:phy_sw[0].txss):phy_hw[0].tx_num; in rtw_hal_final_cap_decision()
299 phy_cap[0].rxss = (phy_sw[0].rxss)?((phy_sw[0].rxss > phy_hw[0].rx_num)? in rtw_hal_final_cap_decision()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_cap.c275 struct phy_sw_cap_t *phy_sw = phl_com->phy_sw_cap; in rtw_hal_final_cap_decision() local
283 phy_cap[0].proto_sup = phy_sw[0].proto_sup; in rtw_hal_final_cap_decision()
284 phy_cap[1].proto_sup = phy_sw[1].proto_sup; in rtw_hal_final_cap_decision()
285 phy_cap[0].band_sup = phy_sw[0].band_sup; in rtw_hal_final_cap_decision()
286 phy_cap[1].band_sup = phy_sw[1].band_sup; in rtw_hal_final_cap_decision()
287 phy_cap[0].bw_sup = phy_sw[0].bw_sup; in rtw_hal_final_cap_decision()
288 phy_cap[1].bw_sup = phy_sw[1].bw_sup; in rtw_hal_final_cap_decision()
290 phy_cap[0].txss = (phy_sw[0].txss)?((phy_sw[0].txss > phy_hw[0].tx_num)? in rtw_hal_final_cap_decision()
291 phy_hw[0].tx_num:phy_sw[0].txss):phy_hw[0].tx_num; in rtw_hal_final_cap_decision()
292 phy_cap[0].rxss = (phy_sw[0].rxss)?((phy_sw[0].rxss > phy_hw[0].rx_num)? in rtw_hal_final_cap_decision()
[all …]