Home
last modified time | relevance | path

Searched refs:tx_y (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.c858 s32 tx_x, tx_y; in rtw8723d_iqk_check_tx_failed() local
873 tx_y = rtw_read32_mask(rtwdev, REG_IQK_RES_TY, BIT_MASK_RES_TY); in rtw8723d_iqk_check_tx_failed()
875 if (!tx_fail && tx_x != IQK_TX_X_ERR && tx_y != IQK_TX_Y_ERR) in rtw8723d_iqk_check_tx_failed()
1019 u32 tx_x, tx_y; in rtw8723d_iqk_rx_path() local
1074 tx_y = rtw_read32_mask(rtwdev, REG_IQK_RES_TY, BIT_MASK_RES_TY); in rtw8723d_iqk_rx_path()
1076 rtw_write32(rtwdev, REG_TXIQK_11N, BIT_SET_TXIQK_11N(tx_x, tx_y)); in rtw8723d_iqk_rx_path()
1079 BIT_SET_TXIQK_11N(tx_x, tx_y)); in rtw8723d_iqk_rx_path()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/halrf/rtl8821c/
H A Dhalrf_iqk_8821c.c3424 s16 tx_y; in _phy_iqk_debug_inner_lpbk_psd_8821c() local
3451 for (tx_y = 0; tx_y <= 10 + 20; tx_y++) { in _phy_iqk_debug_inner_lpbk_psd_8821c()
3452 if (tx_y < 0) in _phy_iqk_debug_inner_lpbk_psd_8821c()
3453 temp = (tx_x << 20) | (tx_y + 2048) << 8; in _phy_iqk_debug_inner_lpbk_psd_8821c()
3455 temp = (tx_x << 20) | (tx_y << 8); in _phy_iqk_debug_inner_lpbk_psd_8821c()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/halrf/rtl8821c/
H A Dhalrf_iqk_8821c.c3423 s16 tx_y; in _phy_iqk_debug_inner_lpbk_psd_8821c() local
3450 for (tx_y = 0; tx_y <= 10 + 20; tx_y++) { in _phy_iqk_debug_inner_lpbk_psd_8821c()
3451 if (tx_y < 0) in _phy_iqk_debug_inner_lpbk_psd_8821c()
3452 temp = (tx_x << 20) | (tx_y + 2048) << 8; in _phy_iqk_debug_inner_lpbk_psd_8821c()
3454 temp = (tx_x << 20) | (tx_y << 8); in _phy_iqk_debug_inner_lpbk_psd_8821c()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c3684 enum radio_path path, u32 tx_x, u32 tx_y) in _rtl8821ae_iqk_tx_fill_iqc() argument
3694 rtl_set_bbreg(hw, 0xccc, 0x000007ff, tx_y); in _rtl8821ae_iqk_tx_fill_iqc()
3698 tx_x, tx_y); in _rtl8821ae_iqk_tx_fill_iqc()
3739 int tx_x = 0, tx_y = 0, rx_x = 0, rx_y = 0, tx_average = 0, rx_average = 0; in _rtl8821ae_iqk_tx() local
4375 tx_y = ((tx_y0[i]>>21) + (tx_y0[ii]>>21))/2; in _rtl8821ae_iqk_tx()
4386 _rtl8821ae_iqk_tx_fill_iqc(hw, path, tx_x, tx_y); /* ? */ in _rtl8821ae_iqk_tx()