Searched refs:DATACTRL (Results 1 – 3 of 3) sorted by relevance
228 NPCX_REG_OFFSET_CHECK(i3c_reg, DATACTRL, 0x02C);
2058 i3c_inst->DATACTRL |= BIT(NPCX_I3C_DATACTRL_FLUSHTB) | BIT(NPCX_I3C_DATACTRL_FLUSHFB); in npcx_i3c_target_disable_mdmafb()2103 i3c_inst->DATACTRL |= BIT(NPCX_I3C_DATACTRL_FLUSHTB) | BIT(NPCX_I3C_DATACTRL_FLUSHFB); in npcx_i3c_target_disable_mdmatb()2188 if (WAIT_FOR((GET_FIELD(inst->DATACTRL, NPCX_I3C_DATACTRL_RXCOUNT) == 0), in npcx_i3c_target_xfer_end_handle()2191 GET_FIELD(inst->DATACTRL, NPCX_I3C_DATACTRL_RXCOUNT)); in npcx_i3c_target_xfer_end_handle()
1825 volatile uint32_t DATACTRL; member