Home
last modified time | relevance | path

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

/Zephyr-latest/soc/mediatek/mt8xxx/
Dsoc.c91 struct intc64 { uint32_t lo, hi; }; argument
94 struct intc64 input; /* Raw (?) input signal, normally high */
95 struct intc64 status; /* Latched input, inverted (active == 1) */
96 struct intc64 enable; /* Interrupt enable */
97 struct intc64 polarity; /* 1 == active low */
98 struct intc64 wake_enable;
99 struct intc64 _unused;
100 struct intc64 stage1_enable;
101 struct intc64 sw_trigger;
102 struct intc64 groups[16]; /* set bit == "member of group" */
[all …]