Searched refs:PARAM_PACK (Results 1 – 6 of 6) sorted by relevance
| /rk3399_ARM-atf/drivers/arm/rse/ |
| H A D | rse_comms_protocol_common.h | 30 #define PARAM_PACK(type, in_len, out_len) \ macro
|
| H A D | rse_comms_protocol_pointer_access.c | 28 msg->ctrl_param = PARAM_PACK(type, in_len, out_len); in rse_protocol_pointer_access_serialize_msg()
|
| H A D | rse_comms_protocol_embed.c | 32 msg->ctrl_param = PARAM_PACK(type, in_len, out_len); in rse_protocol_embed_serialize_msg()
|
| /rk3399_ARM-atf/drivers/arm/sfcp/sfcp_psa/sfcp_psa_protocol/ |
| H A D | sfcp_psa_protocol_common.h | 30 #define PARAM_PACK(type, in_len, out_len) \ macro
|
| H A D | sfcp_psa_protocol_pointer_access.c | 24 msg->ctrl_param = PARAM_PACK(type, in_len, out_len); in sfcp_protocol_pointer_access_serialize_msg()
|
| H A D | sfcp_psa_protocol_embed.c | 27 msg->ctrl_param = PARAM_PACK(type, in_len, out_len); in sfcp_protocol_embed_serialize_msg()
|