Home
last modified time | relevance | path

Searched refs:cal_mode (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dmcu.h54 u8 cal_mode; member
H A Dphy.c214 t.cal_mode = BIT(0); in mt76x2_phy_tssi_compensate()
227 t.cal_mode = BIT(1); in mt76x2_phy_tssi_compensate()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.c1035 if (ar->cal_mode == ATH10K_PRE_CAL_MODE_DT || in ath10k_core_get_board_id_from_otp()
1036 ar->cal_mode == ATH10K_PRE_CAL_MODE_FILE || in ath10k_core_get_board_id_from_otp()
1037 ar->cal_mode == ATH10K_PRE_CAL_MODE_NVMEM) in ath10k_core_get_board_id_from_otp()
1866 if (ar->cal_mode == ATH10K_PRE_CAL_MODE_DT || in ath10k_download_and_run_otp()
1867 ar->cal_mode == ATH10K_PRE_CAL_MODE_FILE || in ath10k_download_and_run_otp()
1868 ar->cal_mode == ATH10K_PRE_CAL_MODE_NVMEM) in ath10k_download_and_run_otp()
2298 ar->cal_mode = ATH10K_PRE_CAL_MODE_NVMEM; in ath10k_core_pre_cal_download()
2310 ar->cal_mode = ATH10K_PRE_CAL_MODE_FILE; in ath10k_core_pre_cal_download()
2324 ar->cal_mode = ATH10K_PRE_CAL_MODE_DT; in ath10k_core_pre_cal_download()
2328 ath10k_cal_mode_str(ar->cal_mode)); in ath10k_core_pre_cal_download()
[all …]
H A Dcore.h1114 enum ath10k_cal_mode cal_mode; member
H A Ddebug.c126 ath10k_cal_mode_str(ar->cal_mode), in ath10k_debug_print_boot_info()