Home
last modified time | relevance | path

Searched refs:RTW89_PHY_1 (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852c.c881 phy_idx = RTW89_PHY_1; in rtw8852c_set_gain_offset()
1349 rtw8852c_spur_notch(rtwdev, 0xe7f, RTW89_PHY_1); in rtw8852c_spur_elimination()
1355 rtw8852c_spur_notch(rtwdev, 0x280, RTW89_PHY_1); in rtw8852c_spur_elimination()
1366 rtw8852c_spur_notch(rtwdev, 0xe7f, RTW89_PHY_1); in rtw8852c_spur_elimination()
1370 rtw8852c_spur_notch(rtwdev, 0x280, RTW89_PHY_1); in rtw8852c_spur_elimination()
1617 gain->offset_base[RTW89_PHY_1] = in rtw8852c_bb_sethw()
2040 rtw8852c_set_txpwr_ul_tb_offset(rtwdev, 0, phy_idx == RTW89_PHY_1 ? in rtw8852c_init_txpwr_unit()
2058 RTW89_PHY_1); in rtw8852c_bb_cfg_rx_path()
2065 RTW89_PHY_1); in rtw8852c_bb_cfg_rx_path()
2067 RTW89_PHY_1); in rtw8852c_bb_cfg_rx_path()
[all …]
H A Drtw8852a.c1159 rtw89_phy_write32_idx(rtwdev, R_MAC_SEL, B_MAC_SEL_MOD, 0x0, RTW89_PHY_1); in rtw8852a_bb_sethw()
1570 rtw89_phy_write32_idx(rtwdev, R_MAC_SEL, B_MAC_SEL_MOD, 7, RTW89_PHY_1); in rtw8852a_bb_cfg_tx_path()
1595 RTW89_PHY_1); in rtw8852a_bb_cfg_tx_path()
1599 RTW89_PHY_1); in rtw8852a_bb_cfg_tx_path()
H A Drtw8852c_rfk.c3225 } else if (phy == RTW89_PHY_1) { in _tssi_enable()
3253 } else if (phy == RTW89_PHY_1) { in _tssi_disable()
3716 } else if (phy == RTW89_PHY_1) { in _tssi_set_efuse_to_de()
3773 _tssi_set_efuse_to_de(rtwdev, RTW89_PHY_1); in rtw8852c_tssi_cont_en()
4248 } else if (phy == RTW89_PHY_1) { in rtw8852c_tssi()
4289 } else if (phy == RTW89_PHY_1) { in rtw8852c_tssi_scan()
H A Dcore.c1480 u8 band = desc_info->bb_sel ? RTW89_PHY_1 : RTW89_PHY_0; in rtw89_core_rx_ppdu_match()
1765 u8 band = desc_info->bb_sel ? RTW89_PHY_1 : RTW89_PHY_0; in rtw89_core_rx_pending_skb()
2015 u8 band = desc_info->bb_sel ? RTW89_PHY_1 : RTW89_PHY_0; in rtw89_core_flush_ppdu_rx_queue()
2033 u8 band = desc_info->bb_sel ? RTW89_PHY_1 : RTW89_PHY_0; in rtw89_core_rx()
H A Dcoex.c3829 wl_dinfo->real_band[RTW89_PHY_1] != RTW89_BAND_2G) in _set_btg_ctrl()
4150 wl_dinfo->real_band[RTW89_PHY_1] != RTW89_BAND_2G) in _action_wl_scan()
5904 !!(FIELD_GET(BTC_RFK_PHY_MAP, phy_map) & BIT(RTW89_PHY_1)), in rtw89_btc_ntfy_wl_rfk()
6252 wl_dinfo->op_band[RTW89_PHY_1], in _show_wl_role_info()
6253 wl_dinfo->scan_band[RTW89_PHY_1], in _show_wl_role_info()
6254 wl_dinfo->real_band[RTW89_PHY_1]); in _show_wl_role_info()
H A Dphy.c1483 if (rtwdev->dbcc_en && phy_idx == RTW89_PHY_1) in rtw89_phy_write32_idx()
1492 if (rtwdev->dbcc_en && phy_idx == RTW89_PHY_1) in rtw89_phy_read32_idx()
1506 rtw89_phy_write32_idx(rtwdev, addr, mask, val, RTW89_PHY_1); in rtw89_phy_set_phy_regs()
H A Drtw8851b.c1775 rtw8851b_set_txpwr_ul_tb_offset(rtwdev, 0, phy_idx == RTW89_PHY_1 ? in rtw8851b_init_txpwr_unit()
H A Drtw8852b.c1760 rtw8852b_set_txpwr_ul_tb_offset(rtwdev, 0, phy_idx == RTW89_PHY_1 ? in rtw8852b_init_txpwr_unit()
H A Dcore.h788 RTW89_PHY_1 = 1, enumerator
H A Drtw8852a_rfk.c1526 phy_idx = RTW89_PHY_1; in _iqk_dbcc()