Home
last modified time | relevance | path

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

/hal_intel-latest/bsp_sedi/include/driver/
Dsedi_driver_common.h400 #define __SEDI_POLL_WAIT(_cond, _ms, _mute) \ argument
408 if (((int64_t)(us_cur - us_start) > ((_ms) * 1000)) && (_cond)) { \
410 SEDI_LOG_ERR("SEDI poll %d ms timeout at %s : %d\n", (_ms),\
426 #define SEDI_POLL_WAIT(_cond, _ms) __SEDI_POLL_WAIT(_cond, _ms, false) argument
435 #define SEDI_POLL_WAIT_MUTE(_cond, _ms) __SEDI_POLL_WAIT(_cond, _ms, true) argument