Home
last modified time | relevance | path

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

/Zephyr-latest/soc/microchip/mec/mec172x/
Ddevice_power.c105 regs->GIRQ21.SRC = MCHP_PS2_0_PORT0B_WK_GIRQ_BIT; in soc_deep_sleep_wake_en()
106 regs->GIRQ21.EN_SET = MCHP_PS2_0_PORT0B_WK_GIRQ_BIT; in soc_deep_sleep_wake_en()
117 regs->GIRQ21.EN_CLR = MCHP_PS2_0_PORT0B_WK_GIRQ_BIT; in soc_deep_sleep_wake_dis()
118 regs->GIRQ21.SRC = MCHP_PS2_0_PORT0B_WK_GIRQ_BIT; in soc_deep_sleep_wake_dis()
/Zephyr-latest/soc/microchip/mec/mec172x/reg/
Dmec172x_ecia.h847 #define MCHP_PS2_0_PORT0B_WK_GIRQ_BIT BIT(19) macro