Searched refs:STS_FATAL (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | ehci_def.h | 99 #define STS_FATAL (1<<4) /* such as some PCI access errors */ macro
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | ehci_def.h | 86 #define STS_FATAL (1<<4) /* such as some PCI access errors */ macro
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fotg210.h | 255 #define STS_FATAL (1<<4) /* such as some PCI access errors */ macro
|
H A D | ehci-hcd.c | 93 #define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR | STS_INT) 843 if (unlikely ((status & STS_FATAL) != 0)) { in ehci_irq()
|
H A D | ehci-dbg.c | 163 (status & STS_FATAL) ? " FATAL" : "", in dbg_status_buf() 178 (enable & STS_FATAL) ? " FATAL" : "", in dbg_intr_buf()
|
H A D | oxu210hp-hcd.c | 145 #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() 2930 if (unlikely((status & STS_FATAL) != 0)) { in oxu210_hcd_irq()
|
H A D | xhci.h | 243 #define STS_FATAL (1 << 2) macro 2643 if (usbsts & STS_FATAL) in xhci_decode_usbsts()
|
H A D | fotg210-hcd.c | 78 #define INTR_MASK (STS_IAA | STS_FATAL | STS_PCD | STS_ERR | STS_INT) 187 (status & STS_FATAL) ? " FATAL" : "", in dbg_status_buf() 200 (enable & STS_FATAL) ? " FATAL" : "", in dbg_intr_buf() 5219 if (unlikely((status & STS_FATAL) != 0)) { in fotg210_irq()
|
H A D | xhci.c | 263 val |= STS_FATAL; in xhci_zero_64b_regs() 291 STS_FATAL, STS_FATAL, in xhci_zero_64b_regs()
|
H A D | xhci-ring.c | 2982 if (status & STS_FATAL) { in xhci_irq()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 253 #define STS_FATAL (1<<4) /* such as some PCI access errors */ macro
|
H A D | fotg210-hcd.c | 77 #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()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-dbg.c | 163 (status & STS_FATAL) ? " FATAL" : "", in dbg_status_buf() 178 (enable & STS_FATAL) ? " FATAL" : "", in dbg_intr_buf()
|
H A D | ehci-hcd.c | 94 #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 D | oxu210hp-hcd.c | 145 #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 D | xhci.h | 243 #define STS_FATAL (1 << 2) macro 2675 if (usbsts & STS_FATAL) in xhci_decode_usbsts()
|
H A D | xhci.c | 265 val |= STS_FATAL; in xhci_zero_64b_regs() 293 STS_FATAL, STS_FATAL, in xhci_zero_64b_regs()
|
H A D | xhci-ring.c | 3113 if (status & STS_FATAL) { in xhci_irq()
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.h | 207 #define STS_FATAL BIT(2) macro
|
H A D | cdnsp-ring.c | 1588 if (status & STS_FATAL) { in cdnsp_irq_handler()
|
Completed in 73 milliseconds