qcacmn: Update Interrupt name list
Update Interrupt name list of dummy_irq handler. Change-Id: I8e79f6e64a0fec2bb72d4c44cd8647669cbb44cf
This commit is contained in:

committed by
nshrivas

parent
b5eee614ee
commit
29c8fd48da
@@ -71,7 +71,7 @@ typedef void *hif_handle_t;
|
|||||||
* defining irq nubers that can be used by external modules like datapath
|
* defining irq nubers that can be used by external modules like datapath
|
||||||
*/
|
*/
|
||||||
enum hif_ic_irq {
|
enum hif_ic_irq {
|
||||||
host2wbm_desc_feed = 18,
|
host2wbm_desc_feed = 16,
|
||||||
host2reo_re_injection,
|
host2reo_re_injection,
|
||||||
host2reo_command,
|
host2reo_command,
|
||||||
host2rxdma_monitor_ring3,
|
host2rxdma_monitor_ring3,
|
||||||
|
@@ -42,7 +42,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define HIF_IC_CE0_IRQ_OFFSET 4
|
#define HIF_IC_CE0_IRQ_OFFSET 4
|
||||||
#define HIF_IC_MAX_IRQ 54
|
#define HIF_IC_MAX_IRQ 52
|
||||||
|
|
||||||
static uint8_t ic_irqnum[HIF_IC_MAX_IRQ];
|
static uint8_t ic_irqnum[HIF_IC_MAX_IRQ];
|
||||||
/* integrated chip irq names */
|
/* integrated chip irq names */
|
||||||
@@ -63,8 +63,6 @@ const char *ic_irqname[HIF_IC_MAX_IRQ] = {
|
|||||||
"ce9",
|
"ce9",
|
||||||
"ce10",
|
"ce10",
|
||||||
"ce11",
|
"ce11",
|
||||||
"ce12",
|
|
||||||
"ce13",
|
|
||||||
"host2wbm-desc-feed",
|
"host2wbm-desc-feed",
|
||||||
"host2reo-re-injection",
|
"host2reo-re-injection",
|
||||||
"host2reo-command",
|
"host2reo-command",
|
||||||
|
Reference in New Issue
Block a user