Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_npcx.c1938 if (!IS_BIT_SET(inst->CONFIG, NPCX_I3C_CONFIG_TGTENA) || in npcx_i3c_target_ibi_raise()
2006 inst->CONFIG &= ~BIT(NPCX_I3C_CONFIG_TGTENA); in npcx_i3c_target_ibi_raise()
2008 inst->CONFIG |= BIT(NPCX_I3C_CONFIG_TGTENA); in npcx_i3c_target_ibi_raise()
2560 inst->CONFIG |= BIT(NPCX_I3C_CONFIG_TGTENA); /* Target mode enable */ in npcx_i3c_dev_init()
2570 inst->CONFIG |= BIT(NPCX_I3C_CONFIG_TGTENA); /* Target mode enable */ in npcx_i3c_dev_init()
2818 inst->CONFIG &= ~BIT(NPCX_I3C_CONFIG_TGTENA); /* Disable target mode */ in npcx_i3c_target_isr()
2827 if (IS_BIT_SET(inst->CONFIG, NPCX_I3C_CONFIG_TGTENA)) { in npcx_i3c_isr()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h2016 #define NPCX_I3C_CONFIG_TGTENA 0 macro