Loading drivers/mailbox/qti-tcs.c +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ #define CMD_STATUS_COMPL BIT(16) /* Control/Hidden TCS */ #define TCS_HIDDEN_MAX_SLOTS 3 #define TCS_HIDDEN_MAX_SLOTS 2 #define TCS_HIDDEN_CMD0_DRV_DATA 0x38 #define TCS_HIDDEN_CMD_SHIFT 0x08 Loading drivers/soc/qcom/system_pm.c +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ static struct rpmh_client *rpmh_client; static int setup_wakeup(uint64_t sleep_val) { struct tcs_cmd cmd[3] = { { 0 } }; struct tcs_cmd cmd[2] = { { 0 } }; cmd[0].data = (sleep_val >> 32) & PDC_TIME_UPPER_MASK; cmd[0].data |= 1 << PDC_TIME_VALID_SHIFT; Loading Loading
drivers/mailbox/qti-tcs.c +1 −1 Original line number Diff line number Diff line Loading @@ -79,7 +79,7 @@ #define CMD_STATUS_COMPL BIT(16) /* Control/Hidden TCS */ #define TCS_HIDDEN_MAX_SLOTS 3 #define TCS_HIDDEN_MAX_SLOTS 2 #define TCS_HIDDEN_CMD0_DRV_DATA 0x38 #define TCS_HIDDEN_CMD_SHIFT 0x08 Loading
drivers/soc/qcom/system_pm.c +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ static struct rpmh_client *rpmh_client; static int setup_wakeup(uint64_t sleep_val) { struct tcs_cmd cmd[3] = { { 0 } }; struct tcs_cmd cmd[2] = { { 0 } }; cmd[0].data = (sleep_val >> 32) & PDC_TIME_UPPER_MASK; cmd[0].data |= 1 << PDC_TIME_VALID_SHIFT; Loading