Searched refs:intc64 (Results 1 – 1 of 1) sorted by relevance
86 struct intc64 { uint32_t lo, hi; }; struct89 struct intc64 input; /* Raw (?) input signal, normally high */90 struct intc64 status; /* Latched input, inverted (active == 1) */91 struct intc64 enable; /* Interrupt enable */92 struct intc64 polarity; /* 1 == active low */93 struct intc64 wake_enable;94 struct intc64 _unused;95 struct intc64 stage1_enable;96 struct intc64 sw_trigger;97 struct intc64 groups[16]; /* set bit == "member of group" */[all …]