Searched refs:NPCX_I3C_MSTATUS_COMPLETE (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/i3c/ |
D | i3c_npcx.c | 121 (BIT(NPCX_I3C_MSTATUS_MCTRLDONE) | BIT(NPCX_I3C_MSTATUS_COMPLETE) | \ 686 if (WAIT_FOR(IS_BIT_SET(inst->MSTATUS, NPCX_I3C_MSTATUS_COMPLETE), in npcx_i3c_recover_bus() 783 if (IS_BIT_SET(inst->MSTATUS, NPCX_I3C_MSTATUS_COMPLETE)) { in npcx_i3c_xfer_read_fifo() 1077 if (WAIT_FOR(IS_BIT_SET(inst->MSTATUS, NPCX_I3C_MSTATUS_COMPLETE), in npcx_i3c_do_one_xfer() 1087 inst->MSTATUS = BIT(NPCX_I3C_MSTATUS_COMPLETE); /* W1C */ in npcx_i3c_do_one_xfer() 1455 } while ((!IS_BIT_SET(inst->MSTATUS, NPCX_I3C_MSTATUS_COMPLETE)) && 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() 1562 inst->MSTATUS = BIT(NPCX_I3C_MSTATUS_COMPLETE); /* W1C */ in npcx_i3c_do_ccc() 2836 if (IS_BIT_SET(inst->MSTATUS, NPCX_I3C_MSTATUS_COMPLETE)) { in npcx_i3c_isr() 2837 inst->MSTATUS = BIT(NPCX_I3C_MSTATUS_COMPLETE); /* W1C */ in npcx_i3c_isr()
|
/Zephyr-latest/soc/nuvoton/npcx/common/reg/ |
D | reg_def.h | 1967 #define NPCX_I3C_MSTATUS_COMPLETE 10 macro
|