Searched refs:SWITCHTEC_EVENT_OCCURRED (Results 1 – 2 of 2) sorted by relevance
1033 ctl->occurred = hdr & SWITCHTEC_EVENT_OCCURRED; in event_ctl()1411 if (!(hdr & SWITCHTEC_EVENT_OCCURRED && hdr & SWITCHTEC_EVENT_EN_IRQ)) in mask_event()1415 hdr &= ~(SWITCHTEC_EVENT_EN_IRQ | SWITCHTEC_EVENT_OCCURRED); in mask_event()1451 if (reg & SWITCHTEC_EVENT_OCCURRED) { in switchtec_event_isr()
16 #define SWITCHTEC_EVENT_OCCURRED BIT(0) macro