Home
last modified time | relevance | path

Searched refs:token (Results 1 – 6 of 6) sorted by relevance

/tf-a-ffa_el3_spmc/drivers/arm/css/scmi/
A Dscmi_sys_pwr_proto.c21 unsigned int token = 0; in scmi_sys_pwr_state_set() local
31 SCMI_SYS_PWR_STATE_SET_MSG, token); in scmi_sys_pwr_state_set()
41 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_sys_pwr_state_set()
54 unsigned int token = 0; in scmi_sys_pwr_state_get() local
64 SCMI_SYS_PWR_STATE_GET_MSG, token); in scmi_sys_pwr_state_get()
73 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_sys_pwr_state_get()
A Dscmi_ap_core_proto.c21 unsigned int token = 0; in scmi_ap_core_set_reset_addr() local
31 SCMI_AP_CORE_RESET_ADDR_SET_MSG, token); in scmi_ap_core_set_reset_addr()
42 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_ap_core_set_reset_addr()
55 unsigned int token = 0; in scmi_ap_core_get_reset_addr() local
66 SCMI_AP_CORE_RESET_ADDR_GET_MSG, token); in scmi_ap_core_get_reset_addr()
76 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_ap_core_get_reset_addr()
A Dscmi_pwr_dmn_proto.c22 unsigned int token = 0; in scmi_pwr_state_set() local
38 SCMI_PWR_STATE_SET_MSG, token); in scmi_pwr_state_set()
49 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_pwr_state_set()
63 unsigned int token = 0; in scmi_pwr_state_get() local
73 SCMI_PWR_STATE_GET_MSG, token); in scmi_pwr_state_get()
83 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_pwr_state_get()
A Dscmi_common.c93 unsigned int token = 0; in scmi_proto_version() local
103 token); in scmi_proto_version()
112 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_proto_version()
126 unsigned int token = 0; in scmi_proto_msg_attr() local
136 SCMI_PROTO_MSG_ATTR_MSG, token); in scmi_proto_msg_attr()
146 assert(token == SCMI_MSG_GET_TOKEN(mbx_mem->msg_header)); in scmi_proto_msg_attr()
/tf-a-ffa_el3_spmc/drivers/arm/css/scmi/vendor/
A Dscmi_sq.c29 int token = 0, ret; in scmi_get_draminfo() local
39 SCMI_VENDOR_EXT_MEMINFO_GET_MSG, token); in scmi_get_draminfo()
/tf-a-ffa_el3_spmc/lib/debugfs/
A Ddev.c95 static const char *next(const char *path, char *token) in next() argument
111 token[index++] = *cursor++; in next()
114 token[index] = '\0'; in next()

Completed in 6 milliseconds