Loading drivers/platform/msm/ipa/ipa_v2/ipa_utils.c +2 −2 Original line number Diff line number Diff line Loading @@ -884,8 +884,8 @@ int ipa_init_hw(void) ipa_write_reg(ipa_ctx->mmio, IPA_COMP_SW_RESET_OFST, 1); ipa_write_reg(ipa_ctx->mmio, IPA_COMP_SW_RESET_OFST, 0); /* enable IPA */ ipa_write_reg(ipa_ctx->mmio, IPA_COMP_CFG_OFST, 1); /* enable IPA Bit:0, enable 2x fast clock Bit:4 */ ipa_write_reg(ipa_ctx->mmio, IPA_COMP_CFG_OFST, 0x11); /* Read IPA version and make sure we have access to the registers */ ipa_version = ipa_read_reg(ipa_ctx->mmio, IPA_VERSION_OFST); Loading Loading
drivers/platform/msm/ipa/ipa_v2/ipa_utils.c +2 −2 Original line number Diff line number Diff line Loading @@ -884,8 +884,8 @@ int ipa_init_hw(void) ipa_write_reg(ipa_ctx->mmio, IPA_COMP_SW_RESET_OFST, 1); ipa_write_reg(ipa_ctx->mmio, IPA_COMP_SW_RESET_OFST, 0); /* enable IPA */ ipa_write_reg(ipa_ctx->mmio, IPA_COMP_CFG_OFST, 1); /* enable IPA Bit:0, enable 2x fast clock Bit:4 */ ipa_write_reg(ipa_ctx->mmio, IPA_COMP_CFG_OFST, 0x11); /* Read IPA version and make sure we have access to the registers */ ipa_version = ipa_read_reg(ipa_ctx->mmio, IPA_VERSION_OFST); Loading