Loading drivers/platform/msm/ipa/ipa_v3/ipa.c +4 −4 Original line number Diff line number Diff line Loading @@ -6440,7 +6440,7 @@ static int ipa_smmu_wlan_cb_probe(struct device *dev) IPA_SMMU_ROUND_TO_PAGE(iova, pa, size, iova_p, pa_p, size_p); IPADBG("mapping 0x%lx to 0x%pa size %d\n", IPADBG_LOW("mapping 0x%lx to 0x%pa size %d\n", iova_p, &pa_p, size_p); ipa3_iommu_map(cb->iommu_domain, iova_p, pa_p, size_p, Loading Loading @@ -6635,7 +6635,7 @@ static int ipa_smmu_ap_cb_probe(struct device *dev) IPA_SMMU_ROUND_TO_PAGE(iova, pa, size, iova_p, pa_p, size_p); IPADBG("mapping 0x%lx to 0x%pa size %d\n", IPADBG_LOW("mapping 0x%lx to 0x%pa size %d\n", iova_p, &pa_p, size_p); ipa3_iommu_map(cb->iommu_domain, iova_p, pa_p, size_p, Loading Loading @@ -7096,8 +7096,8 @@ int ipa3_iommu_map(struct iommu_domain *domain, struct ipa_smmu_cb_ctx *ap_cb = ipa3_get_smmu_ctx(IPA_SMMU_CB_AP); struct ipa_smmu_cb_ctx *uc_cb = ipa3_get_smmu_ctx(IPA_SMMU_CB_UC); IPADBG("domain =0x%pK iova 0x%lx\n", domain, iova); IPADBG("paddr =0x%pa size 0x%x\n", &paddr, (u32)size); IPADBG_LOW("domain =0x%pK iova 0x%lx\n", domain, iova); IPADBG_LOW("paddr =0x%pa size 0x%x\n", &paddr, (u32)size); /* make sure no overlapping */ if (domain == ipa3_get_smmu_domain()) { Loading drivers/platform/msm/ipa/ipa_v3/ipa_qmi_service.c +1 −1 Original line number Diff line number Diff line Loading @@ -334,7 +334,7 @@ static void ipa3_handle_mhi_vote_req(struct qmi_handle *qmi_handle, static void ipa3_a5_svc_disconnect_cb(struct qmi_handle *qmi, unsigned int node, unsigned int port) { IPAWANDBG("Received QMI client disconnect\n"); IPAWANDBG_LOW("Received QMI client disconnect\n"); } /****************************************************/ Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa.c +4 −4 Original line number Diff line number Diff line Loading @@ -6440,7 +6440,7 @@ static int ipa_smmu_wlan_cb_probe(struct device *dev) IPA_SMMU_ROUND_TO_PAGE(iova, pa, size, iova_p, pa_p, size_p); IPADBG("mapping 0x%lx to 0x%pa size %d\n", IPADBG_LOW("mapping 0x%lx to 0x%pa size %d\n", iova_p, &pa_p, size_p); ipa3_iommu_map(cb->iommu_domain, iova_p, pa_p, size_p, Loading Loading @@ -6635,7 +6635,7 @@ static int ipa_smmu_ap_cb_probe(struct device *dev) IPA_SMMU_ROUND_TO_PAGE(iova, pa, size, iova_p, pa_p, size_p); IPADBG("mapping 0x%lx to 0x%pa size %d\n", IPADBG_LOW("mapping 0x%lx to 0x%pa size %d\n", iova_p, &pa_p, size_p); ipa3_iommu_map(cb->iommu_domain, iova_p, pa_p, size_p, Loading Loading @@ -7096,8 +7096,8 @@ int ipa3_iommu_map(struct iommu_domain *domain, struct ipa_smmu_cb_ctx *ap_cb = ipa3_get_smmu_ctx(IPA_SMMU_CB_AP); struct ipa_smmu_cb_ctx *uc_cb = ipa3_get_smmu_ctx(IPA_SMMU_CB_UC); IPADBG("domain =0x%pK iova 0x%lx\n", domain, iova); IPADBG("paddr =0x%pa size 0x%x\n", &paddr, (u32)size); IPADBG_LOW("domain =0x%pK iova 0x%lx\n", domain, iova); IPADBG_LOW("paddr =0x%pa size 0x%x\n", &paddr, (u32)size); /* make sure no overlapping */ if (domain == ipa3_get_smmu_domain()) { Loading
drivers/platform/msm/ipa/ipa_v3/ipa_qmi_service.c +1 −1 Original line number Diff line number Diff line Loading @@ -334,7 +334,7 @@ static void ipa3_handle_mhi_vote_req(struct qmi_handle *qmi_handle, static void ipa3_a5_svc_disconnect_cb(struct qmi_handle *qmi, unsigned int node, unsigned int port) { IPAWANDBG("Received QMI client disconnect\n"); IPAWANDBG_LOW("Received QMI client disconnect\n"); } /****************************************************/ Loading