Searched refs:pmask (Results 1 – 1 of 1) sorted by relevance
133 uint8_t pmask = BIT(bit); in npcx_miwu_set_pseudo_both_edge() local137 NPCX_WKEDG(base, group) |= pmask; in npcx_miwu_set_pseudo_both_edge()140 NPCX_WKEDG(base, group) &= ~pmask; in npcx_miwu_set_pseudo_both_edge()266 uint8_t pmask = BIT(wui->bit); in npcx_miwu_interrupt_configure() local283 NPCX_WKMOD(base, wui->group) |= pmask; in npcx_miwu_interrupt_configure()287 NPCX_WKEDG(base, wui->group) &= ~pmask; in npcx_miwu_interrupt_configure()291 NPCX_WKEDG(base, wui->group) |= pmask; in npcx_miwu_interrupt_configure()300 NPCX_WKMOD(base, wui->group) &= ~pmask; in npcx_miwu_interrupt_configure()304 NPCX_WKAEDG(base, wui->group) &= ~pmask; in npcx_miwu_interrupt_configure()305 NPCX_WKEDG(base, wui->group) |= pmask; in npcx_miwu_interrupt_configure()[all …]