Lines Matching full:miwu
11 * @brief Nuvoton NPCX MIWU driver
13 * The device Multi-Input Wake-Up Unit (MIWU) supports the Nuvoton embedded
17 * of NVIC. The NPCX series has three identical MIWU modules: MIWU0, MIWU1,
22 * MIWU and the other devices in different npcx series. For npcx7 series,
26 * 2. npcxn-miwus-int-map.dtsi: it presents relationship between MIWU group
63 /* MIWU module instances */
75 /* miwu controller base address */
77 /* index of miwu controller */
83 /* Callback functions list for each MIWU group */
102 /* MIWU local functions */
177 /* Platform specific MIWU functions */
404 /* MIWU driver registration */
410 /* MIWU ISR implementation */
417 /* Check all MIWU groups belong to the same irq */ \
427 /* MIWU init function implementation */
435 /* Clear all MIWUs' pending and enable bits of MIWU device */ \
451 .base = DT_REG_ADDR(DT_NODELABEL(miwu##inst)), \
452 .index = DT_PROP(DT_NODELABEL(miwu##inst), index), \