Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dehci_def.h86 #define STS_FATAL (1<<4) /* such as some PCI access errors */ macro
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h253 #define STS_FATAL (1<<4) /* such as some PCI access errors */ macro
/linux/drivers/usb/host/
H A Doxu210hp-hcd.c146 #define STS_FATAL (1<<4) /* such as some PCI access errors */ macro
152 #define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR | STS_INT)
504 (status & STS_FATAL) ? " FATAL" : "", in dbg_status_buf()
518 (enable & STS_FATAL) ? " FATAL" : "", in dbg_intr_buf()
2907 if (unlikely((status & STS_FATAL) != 0)) { in oxu210_hcd_irq()
H A Dxhci.h158 #define STS_FATAL (1 << 2) macro
2468 if (usbsts & STS_FATAL) in xhci_decode_usbsts()
H A Dxhci.c282 val |= STS_FATAL; in xhci_zero_64b_regs()
307 STS_FATAL, STS_FATAL, in xhci_zero_64b_regs()
H A Dxhci-ring.c3201 if (status & STS_FATAL) { in xhci_irq()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h207 #define STS_FATAL BIT(2) macro
H A Dcdnsp-ring.c1593 if (status & STS_FATAL) { in cdnsp_irq_handler()