qcacmn: Register IRQ for near full irq

WCN7850 has support for near full indication for
the consumer srngs. This interrupt is used to take
preventive actions to avoid ring full watchdog irq
trigger.

Register for the near full irq and add the necessary
ext groups for these near-full irqs.

Change-Id: Ic16381fceabc54e6c52b34dd13abea74cad4d38c
CRs-Fixed: 2965081
This commit is contained in:
Rakesh Pillai
2021-03-23 05:32:56 -07:00
committed by Madan Koyyalamudi
parent cebffa806d
commit 37e2c6d9ed
11 changed files with 836 additions and 105 deletions

View File

@@ -134,8 +134,8 @@ struct CE_state;
#ifndef HIF_MAX_GROUP
#ifdef CONFIG_BERYLLIUM
#define HIF_MAX_GROUP 11
#define HIF_MAX_GRP_IRQ 20
#define HIF_MAX_GROUP 14
#define HIF_MAX_GRP_IRQ 23
#else
#define HIF_MAX_GROUP 7
#define HIF_MAX_GRP_IRQ 16