Searched refs:VWEVMS (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/drivers/espi/ |
D | espi_npcx.c | 502 if (IS_BIT_SET(inst->VWEVMS[idx], NPCX_VWEVMS_IE) && in espi_vw_config_input() 503 IS_BIT_SET(inst->VWEVMS[idx], NPCX_VWEVMS_WE)) { in espi_vw_config_input() 508 inst->VWEVMS[idx] |= BIT(NPCX_VWEVMS_IE) | BIT(NPCX_VWEVMS_WE); in espi_vw_config_input() 509 LOG_DBG("VWEVMS%d 0x%08X", idx, inst->VWEVMS[idx]); in espi_vw_config_input() 873 val = GET_FIELD(inst->VWEVMS[reg_idx], in espi_npcx_receive_vwire() 877 val &= GET_FIELD(inst->VWEVMS[reg_idx], in espi_npcx_receive_vwire() 1469 SET_FIELD(inst->VWEVMS[num], NPCX_VWEVMS_INDEX, index); in espi_npcx_init() 1470 SET_FIELD(inst->VWEVMS[num], NPCX_VWEVMS_VALID, 0x0); in espi_npcx_init() 1471 inst->VWEVMS[num] |= BIT(NPCX_VWEVMS_INDEX_EN); in espi_npcx_init()
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | registers.c | 68 NPCX_REG_OFFSET_CHECK(espi_reg, VWEVMS, 0x140);
|
/Zephyr-latest/soc/nuvoton/npcx/common/reg/ |
D | reg_def.h | 651 volatile uint32_t VWEVMS[12]; member
|