Searched refs:SWITCHTEC_EVENT_OCCURRED (Results 1 – 2 of 2) sorted by relevance
760 ctl->occurred = hdr & SWITCHTEC_EVENT_OCCURRED; in event_ctl()1113 if (!(hdr & SWITCHTEC_EVENT_OCCURRED && hdr & SWITCHTEC_EVENT_EN_IRQ)) in mask_event()1120 hdr &= ~(SWITCHTEC_EVENT_EN_IRQ | SWITCHTEC_EVENT_OCCURRED); in mask_event()1156 if (reg & SWITCHTEC_EVENT_OCCURRED) { in switchtec_event_isr()
25 #define SWITCHTEC_EVENT_OCCURRED BIT(0) macro