Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_npcx.c2055 i3c_inst->CONFIG &= ~BIT(NPCX_I3C_CONFIG_MATCHSS); in npcx_i3c_target_disable_mdmafb()
2076 i3c_inst->CONFIG |= BIT(NPCX_I3C_CONFIG_MATCHSS); in npcx_i3c_target_enable_mdmafb()
2100 i3c_inst->CONFIG &= ~BIT(NPCX_I3C_CONFIG_MATCHSS); in npcx_i3c_target_disable_mdmatb()
2119 i3c_inst->CONFIG |= BIT(NPCX_I3C_CONFIG_MATCHSS); in npcx_i3c_target_enable_mdmatb()
2533 inst->CONFIG &= ~BIT(NPCX_I3C_CONFIG_MATCHSS); in npcx_i3c_apply_target_config()
2767 if (IS_BIT_SET(inst->CONFIG, NPCX_I3C_CONFIG_MATCHSS)) { in npcx_i3c_target_isr()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h2017 #define NPCX_I3C_CONFIG_MATCHSS 2 macro