qcacmn: HAL changes for QCA5332

1. Changes to get correct write address in hal_get_window_address_5332.
2. Fix for monitor init crash - Added dummy entries to match the
ring_id.

Change-Id: If59b1c231d4595a95e7c1f02de1dbe0ce27a8805
CRs-Fixed: 3268933
This commit is contained in:
Hariharan Ramanathan
2022-08-10 16:58:32 +05:30
committed by Madan Koyyalamudi
parent b6165bed1f
commit 0f046983ec
4 changed files with 34 additions and 54 deletions

View File

@@ -1326,6 +1326,7 @@ struct hal_soc {
/* Device base address for ce - qca5018 target */
void *dev_base_addr_ce;
void *dev_base_addr_cmem;
/* HAL internal state for all SRNG rings.
* TODO: See if this is required
*/