Home
last modified time | relevance | path

Searched refs:R_COEF_SEL_C1 (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Drtw8922a_rfk.c243 rtw89_phy_write32_mask(rtwdev, R_COEF_SEL_C1, B_COEF_SEL_EN, 0x1); in rtw8922a_chlk_ktbl_sel()
244 rtw89_phy_write32_mask(rtwdev, R_COEF_SEL_C1, B_COEF_SEL_IQC_V1, idx); in rtw8922a_chlk_ktbl_sel()
245 rtw89_phy_write32_mask(rtwdev, R_COEF_SEL_C1, B_COEF_SEL_MDPD_V1, idx); in rtw8922a_chlk_ktbl_sel()
248 tmp = rtw89_phy_read32_mask(rtwdev, R_COEF_SEL_C1, BIT(0)); in rtw8922a_chlk_ktbl_sel()
250 tmp = rtw89_phy_read32_mask(rtwdev, R_COEF_SEL_C1, BIT(1)); in rtw8922a_chlk_ktbl_sel()
Dreg.h9056 #define R_COEF_SEL_C1 0x8204 macro
Dfw.c5280 val32 = rtw89_phy_read32_mask(rtwdev, R_COEF_SEL_C1, B_COEF_SEL_IQC_V1); in rtw89_fw_h2c_rf_pre_ntfy()