Lines Matching refs:token
22 unsigned int token = 0U; in scmi_core_set_reset_addr() local
32 IMX9_SCMI_CORE_RESET_ADDR_SET_MSG, token); in scmi_core_set_reset_addr()
43 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_core_set_reset_addr()
53 unsigned int token = 0U; in scmi_core_start() local
63 IMX9_SCMI_CORE_START_MSG, token); in scmi_core_start()
73 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_core_start()
83 unsigned int token = 0U; in scmi_core_stop() local
93 IMX9_SCMI_CORE_STOP_MSG, token); in scmi_core_stop()
103 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_core_stop()
114 unsigned int token = 0U; in scmi_core_set_sleep_mode() local
124 IMX9_SCMI_CORE_SETSLEEPMODE_MSG, token); in scmi_core_set_sleep_mode()
134 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_core_set_sleep_mode()
145 unsigned int token = 0U; in scmi_core_Irq_wake_set() local
155 IMX9_SCMI_CORE_SETIRQWAKESET_MSG, token); in scmi_core_Irq_wake_set()
169 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_core_Irq_wake_set()
180 unsigned int token = 0U; in scmi_core_nonIrq_wake_set() local
189 IMX9_SCMI_CORE_NONIRQWAKESET_MSG, token); in scmi_core_nonIrq_wake_set()
199 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_core_nonIrq_wake_set()
211 unsigned int token = 0U; in scmi_core_lpm_mode_set() local
221 IMX9_SCMI_CORE_LPMMODESET_MSG, token); in scmi_core_lpm_mode_set()
243 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_core_lpm_mode_set()
254 unsigned int token = 0U; in scmi_per_lpm_mode_set() local
266 IMX9_SCMI_PER_LPMMODESET_MSG, token); in scmi_per_lpm_mode_set()
286 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_per_lpm_mode_set()
304 unsigned int token = 0U; in scmi_perf_mode_set() local
314 IMX9_SCMI_CORE_PERFLEVELSET_MSG, token); in scmi_perf_mode_set()
324 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_perf_mode_set()
336 unsigned int token = 0U; in scmi_core_info_get() local
347 IMX9_SCMI_CORE_GETINFO_MSG, token); in scmi_core_info_get()
359 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_core_info_get()