Home
last modified time | relevance | path

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

/freebsd/sys/dev/firmware/arm/
H A Dscmi.h46 #define SCMI_MAX_MSG_TIMEOUT_MS(sc) ((sc)->trs_desc.reply_timo_ms)
58 unsigned int reply_timo_ms; member
H A Dscmi.c223 CTLFLAG_RD, &sc->trs_desc.reply_timo_ms, 0, "SCMI Max message RX timeout ms"); in scmi_attach()
357 OF_getencprop(node, "arm,max-rx-timeout-ms", &td->reply_timo_ms, in scmi_transport_init()
358 sizeof(td->reply_timo_ms)); in scmi_transport_init()
681 unsigned int reply_timo_ms = SCMI_MAX_MSG_TIMEOUT_MS(sc); in scmi_wait_for_response() local
686 SCMI_MSG_TOKEN(req->msg.hdr), reply_timo_ms); in scmi_wait_for_response()
691 ret = SCMI_POLL_MSG(sc->dev, &req->msg, reply_timo_ms); in scmi_wait_for_response()
710 ret = tsleep(req, 0, "scmi_wait4", (reply_timo_ms * hz) / 1000); in scmi_wait_for_response()
H A Dscmi_smc.c91 sc->base.trs_desc.reply_timo_ms = 30; in scmi_smc_transport_init()
H A Dscmi_mailbox.c112 sc->base.trs_desc.reply_timo_ms = 30; in scmi_mailbox_transport_init()
H A Dscmi_virtio.c172 sc->base.trs_desc.reply_timo_ms = 100; in scmi_virtio_transport_init()