Searched refs:pmask (Results 1 – 1 of 1) sorted by relevance
199 uint8_t pmask = BIT(wui->bit); in npcx_miwu_interrupt_configure() local207 NPCX_WKMOD(base, wui->group) |= pmask; in npcx_miwu_interrupt_configure()211 NPCX_WKEDG(base, wui->group) &= ~pmask; in npcx_miwu_interrupt_configure()215 NPCX_WKEDG(base, wui->group) |= pmask; in npcx_miwu_interrupt_configure()223 NPCX_WKMOD(base, wui->group) &= ~pmask; in npcx_miwu_interrupt_configure()227 NPCX_WKAEDG(base, wui->group) &= ~pmask; in npcx_miwu_interrupt_configure()228 NPCX_WKEDG(base, wui->group) |= pmask; in npcx_miwu_interrupt_configure()232 NPCX_WKAEDG(base, wui->group) &= ~pmask; in npcx_miwu_interrupt_configure()233 NPCX_WKEDG(base, wui->group) &= ~pmask; in npcx_miwu_interrupt_configure()238 NPCX_WKAEDG(base, wui->group) |= pmask; in npcx_miwu_interrupt_configure()[all …]