Home
last modified time | relevance | path

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

/trusted-firmware-a/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_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_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_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()
/trusted-firmware-a/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()
/trusted-firmware-a/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()
/trusted-firmware-a/docs/build/latex/
A Dsphinxlatexliterals.sty419 % as we certainly don't want to go into expanding upfront token stream anyway.
457 % as we certainly don't want to go into expanding upfront token stream anyway.
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Djquery-3.5.1.js2836 var i, tokens, token, type, find,
2848 if ( tokens.length > 2 && ( token = tokens[ 0 ] ).type === "ID" &&
2851 context = ( Expr.find[ "ID" ]( token.matches[ 0 ]
2867 token = tokens[ i ];
2870 if ( Expr.relative[ ( type = token.type ) ] ) {
2877 token.matches[ 0 ].replace( runescape, funescape ),

Completed in 24 milliseconds