Searched refs:NPCX_I3C_MSTATUS_TGTSTART (Results 1 – 2 of 2) sorted by relevance
680 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()
1965 #define NPCX_I3C_MSTATUS_TGTSTART 8 macro