Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pci/switch/
Dswitchtec.c1033 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()
/linux-6.1.9/include/linux/
Dswitchtec.h16 #define SWITCHTEC_EVENT_OCCURRED BIT(0) macro