Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nuvoton/npcx/common/
Dregisters.c228 NPCX_REG_OFFSET_CHECK(i3c_reg, DATACTRL, 0x02C);
/Zephyr-latest/drivers/i3c/
Di3c_npcx.c2058 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()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h1825 volatile uint32_t DATACTRL; member