Loading drivers/platform/msm/ipa/ipa_v3/ipa_mpm.c +2 −2 Original line number Diff line number Diff line Loading @@ -55,8 +55,8 @@ #define IPA_MPM_MAX_MHIP_CHAN 3 #define IPA_MPM_NUM_RING_DESC 74 #define IPA_MPM_RING_LEN (IPA_MPM_NUM_RING_DESC - 10) #define IPA_MPM_NUM_RING_DESC 6 #define IPA_MPM_RING_LEN IPA_MPM_NUM_RING_DESC #define IPA_MPM_MHI_HOST_UL_CHANNEL 4 #define IPA_MPM_MHI_HOST_DL_CHANNEL 5 Loading Loading
drivers/platform/msm/ipa/ipa_v3/ipa_mpm.c +2 −2 Original line number Diff line number Diff line Loading @@ -55,8 +55,8 @@ #define IPA_MPM_MAX_MHIP_CHAN 3 #define IPA_MPM_NUM_RING_DESC 74 #define IPA_MPM_RING_LEN (IPA_MPM_NUM_RING_DESC - 10) #define IPA_MPM_NUM_RING_DESC 6 #define IPA_MPM_RING_LEN IPA_MPM_NUM_RING_DESC #define IPA_MPM_MHI_HOST_UL_CHANNEL 4 #define IPA_MPM_MHI_HOST_DL_CHANNEL 5 Loading