Home
last modified time | relevance | path

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

/freebsd/sys/dev/firmware/arm/
H A Dscmi.h43 #define SCMI_MAX_MSG_REPLY_SIZE(sc) (SCMI_MAX_MSG_PAYLD_SIZE((sc)) + sizeof(uint32_t)) macro
44 #define SCMI_MAX_MSG_SIZE(sc) (SCMI_MAX_MSG_REPLY_SIZE(sc) + sizeof(uint32_t))
H A Dscmi.c384 rx_payld_sz > SCMI_MAX_MSG_REPLY_SIZE(sc)) { in scmi_req_initialized_alloc()