Searched +full:ath10k +full:- +full:pre +full:- +full:calibration +full:- +full:data (Results  1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/net/wireless/ | 
| H A D | qcom,ath10k.txt | 1 * Qualcomm Atheros ath10k wireless devices4 - compatible: Should be one of the following:
 5 	* "qcom,ath10k"
 6 	* "qcom,ipq4019-wifi"
 7 	* "qcom,wcn3990-wifi"
 9 PCI based devices uses compatible string "qcom,ath10k" and takes calibration
 10 data along with board specific data via "qcom,ath10k-calibration-data".
 13 AHB based devices (i.e. ipq4019) uses compatible string "qcom,ipq4019-wifi"
 15 "qcom,ath10k-calibration-data"). It uses "qcom,ath10k-pre-calibration-data"
 16 to carry pre calibration data.
 [all …]
 
 | 
| H A D | qcom,ath10k.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/net/wireless/qcom,ath10k.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Qualcomm Technologies ath10k wireless devices
 10   - Kalle Valo <kvalo@kernel.org>
 11   - Jeff Johnson <jjohnson@kernel.org>
 19       - qcom,ath10k # SDIO-based devices
 20       - qcom,ipq4019-wifi
 21       - qcom,wcn3990-wifi # SNoC-based devices
 [all …]
 
 | 
| /freebsd/sys/contrib/dev/athk/ath10k/ | 
| H A D | core.c | 1 // SPDX-License-Identifier: ISC3  * Copyright (c) 2005-2011 Atheros Communications Inc.
 4  * Copyright (c) 2011-2017 Qualcomm Atheros, Inc.
 5  * Copyright (c) 2018-2019, The Linux Foundation. All rights reserved.
 21 #include <linux/nvmem-consumer.h>
 33 #include "wmi-ops.h"
 64 MODULE_PARM_DESC(skip_otp, "Skip otp failure for calibration in testmode");
 65 MODULE_PARM_DESC(cryptmode, "Crypto mode: 0-hardware, 1-software");
 473 		 * or 2x2 160Mhz, long-guard-interval.
 523 		 * 1x1 160Mhz, long-guard-interval.
 [all …]
 
 |