Loading drivers/platform/msm/ipa/ipa_v2/ipa_uc.c +1 −0 Original line number Diff line number Diff line Loading @@ -346,6 +346,7 @@ static void ipa_uc_event_handler(enum ipa_irq_type interrupt, IPAERR("IPA has encountered a ZIP engine error\n"); ipa_ctx->uc_ctx.uc_zip_error = true; } BUG(); } else if (ipa_ctx->uc_ctx.uc_sram_mmio->eventOp == IPA_HW_2_CPU_EVENT_LOG_INFO) { IPADBG("uC evt log info ofst=0x%x\n", Loading drivers/platform/msm/ipa/ipa_v3/ipa_uc.c +1 −0 Original line number Diff line number Diff line Loading @@ -324,6 +324,7 @@ static void ipa3_uc_event_handler(enum ipa_irq_type interrupt, IPAERR("IPA has encountered a ZIP engine error\n"); ipa3_ctx->uc_ctx.uc_zip_error = true; } BUG(); } else if (ipa3_ctx->uc_ctx.uc_sram_mmio->eventOp == IPA_HW_2_CPU_EVENT_LOG_INFO) { IPADBG("uC evt log info ofst=0x%x\n", Loading Loading
drivers/platform/msm/ipa/ipa_v2/ipa_uc.c +1 −0 Original line number Diff line number Diff line Loading @@ -346,6 +346,7 @@ static void ipa_uc_event_handler(enum ipa_irq_type interrupt, IPAERR("IPA has encountered a ZIP engine error\n"); ipa_ctx->uc_ctx.uc_zip_error = true; } BUG(); } else if (ipa_ctx->uc_ctx.uc_sram_mmio->eventOp == IPA_HW_2_CPU_EVENT_LOG_INFO) { IPADBG("uC evt log info ofst=0x%x\n", Loading
drivers/platform/msm/ipa/ipa_v3/ipa_uc.c +1 −0 Original line number Diff line number Diff line Loading @@ -324,6 +324,7 @@ static void ipa3_uc_event_handler(enum ipa_irq_type interrupt, IPAERR("IPA has encountered a ZIP engine error\n"); ipa3_ctx->uc_ctx.uc_zip_error = true; } BUG(); } else if (ipa3_ctx->uc_ctx.uc_sram_mmio->eventOp == IPA_HW_2_CPU_EVENT_LOG_INFO) { IPADBG("uC evt log info ofst=0x%x\n", Loading