Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_npcx.c99 #define NPCX_I3C_CHK_TIMEOUT_US 10000 /* Timeout for checking register status */ macro
322 if (WAIT_FOR(IS_BIT_SET(inst->MSTATUS, bit_offset), NPCX_I3C_CHK_TIMEOUT_US, NULL) == in npcx_i3c_status_wait_clear()
687 NPCX_I3C_CHK_TIMEOUT_US, NULL) == false) { in npcx_i3c_recover_bus()
706 if (WAIT_FOR((npcx_i3c_state_get(inst) == MSTATUS_STATE_IDLE), NPCX_I3C_CHK_TIMEOUT_US, in npcx_i3c_recover_bus()
745 NPCX_I3C_CHK_TIMEOUT_US, NULL) == false) { in npcx_i3c_xfer_write_fifo()
1078 NPCX_I3C_CHK_TIMEOUT_US, NULL) == false) { in npcx_i3c_do_one_xfer()
1141 if (WAIT_FOR((npcx_i3c_state_get(inst) == MSTATUS_STATE_IDLE), NPCX_I3C_CHK_TIMEOUT_US, in npcx_i3c_transfer()
1324 if (WAIT_FOR((npcx_i3c_state_get(inst) == MSTATUS_STATE_IDLE), NPCX_I3C_CHK_TIMEOUT_US, in npcx_i3c_do_daa()
1555 if (WAIT_FOR(IS_BIT_SET(inst->MSTATUS, NPCX_I3C_MSTATUS_COMPLETE), NPCX_I3C_CHK_TIMEOUT_US, in npcx_i3c_do_ccc()
1639 if (WAIT_FOR(IS_BIT_SET(inst->MSTATUS, NPCX_I3C_MSTATUS_IBIWON), NPCX_I3C_CHK_TIMEOUT_US, in npcx_i3c_ibi_work()