vote_x            114 drivers/interconnect/qcom/sdm845.c 	u64 vote_x[QCOM_ICC_NUM_BUCKETS];
vote_x            529 drivers/interconnect/qcom/sdm845.c inline void tcs_cmd_gen(struct tcs_cmd *cmd, u64 vote_x, u64 vote_y,
vote_x            537 drivers/interconnect/qcom/sdm845.c 	if (vote_x == 0 && vote_y == 0)
vote_x            540 drivers/interconnect/qcom/sdm845.c 	if (vote_x > BCM_TCS_CMD_VOTE_MASK)
vote_x            541 drivers/interconnect/qcom/sdm845.c 		vote_x = BCM_TCS_CMD_VOTE_MASK;
vote_x            547 drivers/interconnect/qcom/sdm845.c 	cmd->data = BCM_TCS_CMD(commit, valid, vote_x, vote_y);
vote_x            575 drivers/interconnect/qcom/sdm845.c 		tcs_cmd_gen(&tcs_list[idx], bcm->vote_x[bucket],
vote_x            615 drivers/interconnect/qcom/sdm845.c 		bcm->vote_x[bucket] = temp;
vote_x            622 drivers/interconnect/qcom/sdm845.c 	if (bcm->keepalive && bcm->vote_x[QCOM_ICC_BUCKET_AMC] == 0 &&
vote_x            624 drivers/interconnect/qcom/sdm845.c 		bcm->vote_x[QCOM_ICC_BUCKET_AMC] = 1;
vote_x            625 drivers/interconnect/qcom/sdm845.c 		bcm->vote_x[QCOM_ICC_BUCKET_WAKE] = 1;
vote_x            728 drivers/interconnect/qcom/sdm845.c 		if (qp->bcms[i]->vote_x[QCOM_ICC_BUCKET_WAKE] !=
vote_x            729 drivers/interconnect/qcom/sdm845.c 		    qp->bcms[i]->vote_x[QCOM_ICC_BUCKET_SLEEP] ||
vote_x             66 include/soc/qcom/tcs.h #define BCM_TCS_CMD(commit, valid, vote_x, vote_y)		\
vote_x             69 include/soc/qcom/tcs.h 	((cpu_to_le32(vote_x) &					\