Home
last modified time | relevance | path

Searched refs:STS_FATAL (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dehci_def.h86 #define STS_FATAL (1<<4) /* such as some PCI access errors */ macro
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h253 #define STS_FATAL (1<<4) /* such as some PCI access errors */ macro
H A Dfotg210-hcd.c77 #define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR | STS_INT)
186 (status & STS_FATAL) ? " FATAL" : "", in dbg_status_buf()
199 (enable & STS_FATAL) ? " FATAL" : "", in dbg_intr_buf()
5218 if (unlikely((status & STS_FATAL) != 0)) { in fotg210_irq()
/openbmc/linux/drivers/usb/host/
H A Dehci-hcd.c94 #define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR | STS_INT)
841 if (unlikely ((status & STS_FATAL) != 0)) { in ehci_irq()
H A Dehci-dbg.c163 (status & STS_FATAL) ? " FATAL" : "", in dbg_status_buf()
178 (enable & STS_FATAL) ? " FATAL" : "", in dbg_intr_buf()
H A Doxu210hp-hcd.c145 #define STS_FATAL (1<<4) /* such as some PCI access errors */ macro
151 #define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR | STS_INT)
528 (status & STS_FATAL) ? " FATAL" : "", in dbg_status_buf()
542 (enable & STS_FATAL) ? " FATAL" : "", in dbg_intr_buf()
2931 if (unlikely((status & STS_FATAL) != 0)) { in oxu210_hcd_irq()
H A Dxhci.h163 #define STS_FATAL (1 << 2) macro
2429 if (usbsts & STS_FATAL) in xhci_decode_usbsts()
H A Dxhci.c266 val |= STS_FATAL; in xhci_zero_64b_regs()
294 STS_FATAL, STS_FATAL, in xhci_zero_64b_regs()
H A Dxhci-ring.c3209 if (status & STS_FATAL) { in xhci_irq()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h209 #define STS_FATAL (1 << 2) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h207 #define STS_FATAL BIT(2) macro
H A Dcdnsp-ring.c1590 if (status & STS_FATAL) { in cdnsp_irq_handler()