qcacmn: Remove IP from files
remove IP from code Change-Id: If119a4af213b10aadb9f1344e50b0342e72405c2 CRs-Fixed: 3073864
This commit is contained in:

committed by
Madan Koyyalamudi

parent
2832d48c89
commit
ad2829718c
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -36,7 +37,7 @@
|
||||
|
||||
/* calculate the register address offset from bar0 of shadow register x */
|
||||
#if defined(QCA_WIFI_QCA6390) || defined(QCA_WIFI_QCA6490) || \
|
||||
defined(QCA_WIFI_WCN7850)
|
||||
defined(QCA_WIFI_KIWI)
|
||||
#define SHADOW_REGISTER_START_ADDRESS_OFFSET 0x000008FC
|
||||
#define SHADOW_REGISTER_END_ADDRESS_OFFSET \
|
||||
((SHADOW_REGISTER_START_ADDRESS_OFFSET) + (4 * (MAX_SHADOW_REGISTERS)))
|
||||
@@ -129,7 +130,7 @@ static inline void hal_reg_write_result_check(struct hal_soc *hal_soc,
|
||||
}
|
||||
|
||||
#if !defined(QCA_WIFI_QCA6390) && !defined(QCA_WIFI_QCA6490) && \
|
||||
!defined(QCA_WIFI_WCN7850)
|
||||
!defined(QCA_WIFI_KIWI)
|
||||
static inline void hal_lock_reg_access(struct hal_soc *soc,
|
||||
unsigned long *flags)
|
||||
{
|
||||
@@ -234,7 +235,7 @@ static inline void hal_tx_init_cmd_credit_ring(hal_soc_handle_t hal_soc_hdl,
|
||||
* that window would be a bug
|
||||
*/
|
||||
#if !defined(QCA_WIFI_QCA6390) && !defined(QCA_WIFI_QCA6490) && \
|
||||
!defined(QCA_WIFI_QCA6750) && !defined(QCA_WIFI_WCN7850)
|
||||
!defined(QCA_WIFI_QCA6750) && !defined(QCA_WIFI_KIWI)
|
||||
static inline void hal_write32_mb(struct hal_soc *hal_soc, uint32_t offset,
|
||||
uint32_t value)
|
||||
{
|
||||
@@ -466,7 +467,7 @@ static inline void hal_srng_write_address_32_mb(struct hal_soc *hal_soc,
|
||||
#endif
|
||||
|
||||
#if !defined(QCA_WIFI_QCA6390) && !defined(QCA_WIFI_QCA6490) && \
|
||||
!defined(QCA_WIFI_QCA6750) && !defined(QCA_WIFI_WCN7850)
|
||||
!defined(QCA_WIFI_QCA6750) && !defined(QCA_WIFI_KIWI)
|
||||
/**
|
||||
* hal_read32_mb() - Access registers to read configuration
|
||||
* @hal_soc: hal soc handle
|
||||
@@ -863,7 +864,7 @@ extern void hal_detach(void *hal_soc);
|
||||
#define HAL_SRNG_MSI_INTR 0x00020000
|
||||
#define HAL_SRNG_CACHED_DESC 0x00040000
|
||||
|
||||
#if defined(QCA_WIFI_QCA6490) || defined(QCA_WIFI_WCN7850)
|
||||
#if defined(QCA_WIFI_QCA6490) || defined(QCA_WIFI_KIWI)
|
||||
#define HAL_SRNG_PREFETCH_TIMER 1
|
||||
#else
|
||||
#define HAL_SRNG_PREFETCH_TIMER 0
|
||||
|
Reference in New Issue
Block a user