Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ps2/
Dps2_npcx_controller.c187 inst->PSIEN |= BIT(NPCX_PSIEN_SOTIE); in ps2_npcx_ctrl_write()
267 IS_BIT_SET(inst->PSIEN, NPCX_PSIEN_SOTIE)) { in ps2_npcx_ctrl_isr()
273 inst->PSIEN &= ~BIT(NPCX_PSIEN_SOTIE); in ps2_npcx_ctrl_isr()
309 inst->PSIEN |= BIT(NPCX_PSIEN_SOTIE); in ps2_npcx_ctrl_isr()
362 inst->PSIEN = BIT(NPCX_PSIEN_SOTIE) | BIT(NPCX_PSIEN_EOTIE) | in ps2_npcx_ctrl_init()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h1456 #define NPCX_PSIEN_SOTIE 0 macro