Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dswitchtec.h21 #define SWITCHTEC_EVENT_FATAL BIT(4) macro
/OK3568_Linux_fs/kernel/drivers/pci/switch/
H A Dswitchtec.c993 hdr |= SWITCHTEC_EVENT_FATAL; in event_ctl()
995 hdr &= ~SWITCHTEC_EVENT_FATAL; in event_ctl()
1007 if (hdr & SWITCHTEC_EVENT_FATAL) in event_ctl()