Home
last modified time | relevance | path

Searched refs:SCMI_MAX_MSG_PAYLD_SIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/firmware/arm/
H A Dscmi.h38 #define SCMI_MAX_MSG_PAYLD_SIZE 128 macro
39 #define SCMI_MAX_MSG_REPLY_SIZE (SCMI_MAX_MSG_PAYLD_SIZE - sizeof(uint32_t))
40 #define SCMI_MAX_MSG_SIZE (SCMI_MAX_MSG_PAYLD_SIZE + sizeof(uint32_t))
H A Dscmi.c265 scmi_reqs_pool_allocate(SCMI_MAX_MSG, SCMI_MAX_MSG_PAYLD_SIZE); in scmi_transport_init()
272 scmi_reqs_pool_allocate(SCMI_MAX_MSG, SCMI_MAX_MSG_PAYLD_SIZE); in scmi_transport_init()
357 bzero(&req->msg, sizeof(req->msg) + SCMI_MAX_MSG_PAYLD_SIZE); in scmi_req_put()
593 if (tx_payld_sz > SCMI_MAX_MSG_PAYLD_SIZE || in scmi_buf_get()