Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/rtw88/
HDrtw8822c.c3807 static void rtw8822c_dpk_fill_result(struct rtw_dev *rtwdev, u32 dpk_txagc, in rtw8822c_dpk_fill_result() argument
3815 rtw_write8(rtwdev, REG_DPD_AGC, (u8)(dpk_txagc - 6)); in rtw8822c_dpk_fill_result()
3820 dpk_info->dpk_txagc[path] = rtw_read8(rtwdev, REG_DPD_AGC); in rtw8822c_dpk_fill_result()
3997 u32 dpk_txagc, u8 path) in rtw8822c_dpk_check_pass() argument
4010 rtw8822c_dpk_fill_result(rtwdev, dpk_txagc, path, result); in rtw8822c_dpk_check_pass()
4026 dpk_info->dpk_txagc[path] = 0; in rtw8822c_dpk_result_reset()
4038 u32 dpk_txagc; in rtw8822c_dpk_calibrate() local
4043 dpk_txagc = rtw8822c_dpk_gainloss(rtwdev, path); in rtw8822c_dpk_calibrate()
4045 dpk_fail = rtw8822c_dpk_by_path(rtwdev, dpk_txagc, path); in rtw8822c_dpk_calibrate()
4047 if (!rtw8822c_dpk_check_pass(rtwdev, dpk_fail, dpk_txagc, path)) in rtw8822c_dpk_calibrate()
[all …]
HDfw.c1172 memcpy(dpk_hdr->dpk_txagc, dpk_info->dpk_txagc, 2); in rtw_lps_pg_dpk_get()
HDfw.h185 u8 dpk_txagc[2]; member
HDmain.h1588 u8 dpk_txagc[RTW_RF_PATH_MAX]; member