Lines Matching refs:phy_map

2016 static void _set_gnt(struct rtw89_dev *rtwdev, u8 phy_map, u8 wl_state, u8 bt_state)  in _set_gnt()  argument
2023 if (phy_map > BTC_PHY_ALL) in _set_gnt()
2027 if (!(phy_map & BIT(i))) in _set_gnt()
3234 static void _set_bt_plut(struct rtw89_dev *rtwdev, u8 phy_map, in _set_bt_plut() argument
3243 if (phy_map & BTC_PHY_0) in _set_bt_plut()
3250 if (phy_map & BTC_PHY_1) in _set_bt_plut()
3255 u8 phy_map, u8 type) in _set_ant() argument
3266 ant_path_type = ((phy_map << 8) + type); in _set_ant()
3294 __func__, phy_map, dm->set_ant_path & 0xff); in _set_ant()
3302 _set_gnt(rtwdev, phy_map, BTC_GNT_SW_LO, BTC_GNT_SW_HI); in _set_ant()
3304 _set_gnt(rtwdev, phy_map, BTC_GNT_SW_HI, BTC_GNT_SW_LO); in _set_ant()
3310 _set_gnt(rtwdev, phy_map, BTC_GNT_SW_HI, BTC_GNT_SW_LO); in _set_ant()
3337 _set_gnt(rtwdev, phy_map, BTC_GNT_HW, BTC_GNT_HW); in _set_ant()
3344 _set_gnt(rtwdev, phy_map, BTC_GNT_SW_HI, BTC_GNT_HW); in _set_ant()
3349 _set_gnt(rtwdev, phy_map, BTC_GNT_HW, BTC_GNT_HW); in _set_ant()
3355 _set_gnt(rtwdev, phy_map, BTC_GNT_SW_HI, BTC_GNT_SW_HI); in _set_ant()
3360 _set_gnt(rtwdev, phy_map, BTC_GNT_SW_HI, BTC_GNT_SW_LO); in _set_ant()
3361 _set_bt_plut(rtwdev, phy_map, BTC_PLT_NONE, BTC_PLT_NONE); in _set_ant()
3365 _set_gnt(rtwdev, phy_map, BTC_GNT_SW_LO, BTC_GNT_SW_HI); in _set_ant()
3366 _set_bt_plut(rtwdev, phy_map, BTC_PLT_NONE, BTC_PLT_NONE); in _set_ant()
4472 btc->cx.wl.scan_info.phy_map & BIT(phy_idx) ? in _update_dbcc_band()
5361 wl->scan_info.phy_map |= BIT(phy_idx); in rtw89_btc_ntfy_scan_start()
5383 wl->scan_info.phy_map &= ~BIT(phy_idx); in rtw89_btc_ntfy_scan_finish()
5405 wl->scan_info.phy_map |= BIT(phy_idx); in rtw89_btc_ntfy_switch_band()
5833 wl->rfk_info.phy_map = FIELD_GET(BTC_RFK_PHY_MAP, phy_path); in _ntfy_wl_rfk()
5838 __func__, wl->rfk_info.phy_map, wl->rfk_info.path_map, in _ntfy_wl_rfk()
5890 void rtw89_btc_ntfy_wl_rfk(struct rtw89_dev *rtwdev, u8 phy_map, in rtw89_btc_ntfy_wl_rfk() argument
5898 band = FIELD_GET(BTC_RFK_BAND_MAP, phy_map); in rtw89_btc_ntfy_wl_rfk()
5904 !!(FIELD_GET(BTC_RFK_PHY_MAP, phy_map) & BIT(RTW89_PHY_1)), in rtw89_btc_ntfy_wl_rfk()
5906 FIELD_GET(BTC_RFK_PATH_MAP, phy_map), in rtw89_btc_ntfy_wl_rfk()
5913 _ntfy_wl_rfk(rtwdev, phy_map, type, state); in rtw89_btc_ntfy_wl_rfk()
5918 rtwdev, phy_map, type, state); in rtw89_btc_ntfy_wl_rfk()
6325 wl->scan_info.band[RTW89_PHY_0], wl->scan_info.phy_map); in _show_wl_info()