Home
last modified time | relevance | path

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

/freebsd/sys/dev/firmware/arm/
H A Dscmi_mailbox.c51 #define SCMI_MBOX_POLL_INTERVAL_MS 3 macro
152 unsigned int tmo_loops = tmo_ms / SCMI_MBOX_POLL_INTERVAL_MS; in scmi_mailbox_poll_msg()
159 DELAY(SCMI_MBOX_POLL_INTERVAL_MS * 1000); in scmi_mailbox_poll_msg()