hw.h (0c8ea05e9b3d8e5287e2a968f2a2e744dfd31b99) hw.h (8e1debd82466a3fe711784ab37e6b54e56011267)
1/* SPDX-License-Identifier: ISC */
2/*
3 * Copyright (c) 2005-2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc.
5 * Copyright (c) 2018 The Linux Foundation. All rights reserved.
6 * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
7 */
8

--- 498 unchanged lines hidden (view full) ---

507
508struct ath10k_hw_params {
509 u32 id;
510 u16 dev_id;
511 enum ath10k_bus bus;
512 const char *name;
513 u32 patch_load_addr;
514 int uart_pin;
1/* SPDX-License-Identifier: ISC */
2/*
3 * Copyright (c) 2005-2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2017 Qualcomm Atheros, Inc.
5 * Copyright (c) 2018 The Linux Foundation. All rights reserved.
6 * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
7 */
8

--- 498 unchanged lines hidden (view full) ---

507
508struct ath10k_hw_params {
509 u32 id;
510 u16 dev_id;
511 enum ath10k_bus bus;
512 const char *name;
513 u32 patch_load_addr;
514 int uart_pin;
515 int led_pin;
515 u32 otp_exe_param;
516
517 /* Type of hw cycle counter wraparound logic, for more info
518 * refer enum ath10k_hw_cc_wraparound_type.
519 */
520 enum ath10k_hw_cc_wraparound_type cc_wraparound_type;
521
522 /* Some of chip expects fragment descriptor to be continuous

--- 678 unchanged lines hidden ---
516 u32 otp_exe_param;
517
518 /* Type of hw cycle counter wraparound logic, for more info
519 * refer enum ath10k_hw_cc_wraparound_type.
520 */
521 enum ath10k_hw_cc_wraparound_type cc_wraparound_type;
522
523 /* Some of chip expects fragment descriptor to be continuous

--- 678 unchanged lines hidden ---