Searched refs:NPCX_PSIEN_SOTIE (Results 1 – 2 of 2) sorted by relevance
187 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()
1456 #define NPCX_PSIEN_SOTIE 0 macro