Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_npcx.c680 while (IS_BIT_SET(inst->MSTATUS, NPCX_I3C_MSTATUS_TGTSTART)) { in npcx_i3c_recover_bus()
681 inst->MSTATUS = BIT(NPCX_I3C_MSTATUS_TGTSTART); /* W1C */ in npcx_i3c_recover_bus()
2862 if (IS_BIT_SET(inst->MSTATUS, NPCX_I3C_MSTATUS_TGTSTART)) { in npcx_i3c_isr()
2868 inst->MSTATUS = BIT(NPCX_I3C_MSTATUS_TGTSTART); in npcx_i3c_isr()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h1965 #define NPCX_I3C_MSTATUS_TGTSTART 8 macro