Home
last modified time | relevance | path

Searched refs:SCMI_MAX_MSG_SIZE (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/firmware/arm/
H A Dscmi_virtio.c92 max_msg_sz = SCMI_MAX_MSG_SIZE(&sc->base); in scmi_virtio_p2a_pool_init()
114 msg, 0, SCMI_MAX_MSG_SIZE(&sc->base)); in scmi_virtio_clear_channel()
H A Dscmi.h44 #define SCMI_MAX_MSG_SIZE(sc) (SCMI_MAX_MSG_REPLY_SIZE(sc) + sizeof(uint32_t)) macro
H A Dscmi.c396 rx_payld_sz + 2 * sizeof(uint32_t) : SCMI_MAX_MSG_SIZE(sc); in scmi_req_initialized_alloc()