Home
last modified time | relevance | path

Searched refs:SCMI_MSG_HDR_SIZE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/firmware/arm/
H A Dscmi_shmem.c229 if (tx_len > SCMI_MSG_HDR_SIZE) in scmi_shmem_prepare_msg()
231 &msg[SCMI_MSG_HDR_SIZE], tx_len - SCMI_MSG_HDR_SIZE); in scmi_shmem_prepare_msg()
275 payld_len = le32toh(length) - SCMI_MSG_HDR_SIZE; in scmi_shmem_read_msg_payload()
H A Dscmi.h68 #define SCMI_MSG_HDR_SIZE (sizeof(uint32_t)) macro
H A Dscmi_smc.c139 msg->payld, msg->rx_len - SCMI_MSG_HDR_SIZE); in scmi_smc_collect_reply()
H A Dscmi_mailbox.c174 msg->payld, msg->rx_len - SCMI_MSG_HDR_SIZE); in scmi_mailbox_collect_reply()
H A Dscmi.c570 *out = &req->msg.payld[SCMI_MSG_HDR_SIZE]; in scmi_wait_for_response()