Searched refs:ath11k_cold_boot_cal (Results 1 – 3 of 3) sorted by relevance
164 extern bool ath11k_cold_boot_cal;
26 bool ath11k_cold_boot_cal = 1; variable27 EXPORT_SYMBOL(ath11k_cold_boot_cal);28 module_param_named(cold_boot_cal, ath11k_cold_boot_cal, bool, 0644);
869 if (!ath11k_cold_boot_cal) in ath11k_core_coldboot_cal_support()