Loading drivers/platform/msm/ipa/ipa_common_i.h +2 −2 Original line number Diff line number Diff line Loading @@ -145,8 +145,8 @@ do {\ #define IPA_CLIENT_IS_CONS(x) \ (x < IPA_CLIENT_MAX && (x & 0x1) == 1) #define IPA_GSI_CHANNEL_STOP_SLEEP_MIN_USEC (1000) #define IPA_GSI_CHANNEL_STOP_SLEEP_MAX_USEC (2000) #define IPA_GSI_CHANNEL_STOP_SLEEP_MIN_USEC (3000) #define IPA_GSI_CHANNEL_STOP_SLEEP_MAX_USEC (5000) enum ipa_active_client_log_type { EP, Loading Loading
drivers/platform/msm/ipa/ipa_common_i.h +2 −2 Original line number Diff line number Diff line Loading @@ -145,8 +145,8 @@ do {\ #define IPA_CLIENT_IS_CONS(x) \ (x < IPA_CLIENT_MAX && (x & 0x1) == 1) #define IPA_GSI_CHANNEL_STOP_SLEEP_MIN_USEC (1000) #define IPA_GSI_CHANNEL_STOP_SLEEP_MAX_USEC (2000) #define IPA_GSI_CHANNEL_STOP_SLEEP_MIN_USEC (3000) #define IPA_GSI_CHANNEL_STOP_SLEEP_MAX_USEC (5000) enum ipa_active_client_log_type { EP, Loading