Searched refs:NPCX_I3C_MCONFIG_CTRENA (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/i3c/ |
D | i3c_npcx.c | 1988 if (GET_FIELD(inst->MCONFIG, NPCX_I3C_MCONFIG_CTRENA) != MCONFIG_CTRENA_CAPABLE) { in npcx_i3c_target_ibi_raise() 2559 SET_FIELD(inst->MCONFIG, NPCX_I3C_MCONFIG_CTRENA, MCONFIG_CTRENA_CAPABLE); in npcx_i3c_dev_init() 2564 SET_FIELD(inst->MCONFIG, NPCX_I3C_MCONFIG_CTRENA, MCONFIG_CTRENA_ON); in npcx_i3c_dev_init() 2568 SET_FIELD(inst->MCONFIG, NPCX_I3C_MCONFIG_CTRENA, in npcx_i3c_dev_init() 2937 if (GET_FIELD(inst->MCONFIG, NPCX_I3C_MCONFIG_CTRENA) == MCONFIG_CTRENA_ON) { in npcx_i3c_init() 2954 GET_FIELD(inst->MCONFIG, NPCX_I3C_MCONFIG_CTRENA) == MCONFIG_CTRENA_ON) { in npcx_i3c_init()
|
/Zephyr-latest/soc/nuvoton/npcx/common/reg/ |
D | reg_def.h | 1945 #define NPCX_I3C_MCONFIG_CTRENA FIELD(0, 2) macro
|