qcacmn: hal API changes for wcn6450
Add generic HAL APIs changes for Rhine architecture under hal/wifi3.0/rh/ which are generic across Rhine chipsets. Add wcn6450 specific HAL API changes under hal/wifi3.0/wcn6450. Change-Id: I0964e0f610faa402c00fb68e4c6e901a92f6d7a7 CRs-Fixed: 3383304
This commit is contained in:

committed by
Madan Koyyalamudi

parent
bd07dadb15
commit
87fdda9166
@@ -589,6 +589,16 @@ static inline void hal_srng_hw_reg_offset_init_generic(struct hal_soc *hal_soc)
|
||||
REG_OFFSET(SRC, CONSUMER_PREFETCH_TIMER);
|
||||
#endif
|
||||
}
|
||||
#else
|
||||
static inline
|
||||
void hal_srng_src_hw_init_generic(struct hal_soc *hal,
|
||||
struct hal_srng *srng, bool idle_check,
|
||||
uint32_t idx) {}
|
||||
|
||||
static inline
|
||||
void hal_srng_dst_hw_init_generic(struct hal_soc *hal,
|
||||
struct hal_srng *srng, bool idle_check,
|
||||
uint32_t idx) {}
|
||||
#endif
|
||||
|
||||
#ifdef FEATURE_DIRECT_LINK
|
||||
|
Reference in New Issue
Block a user