Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dpio.c107 #define STAT_ALL_ERRORS (STAT_TRANSFER_ABORT | \ macro
204 pio->enabled_irqs = STAT_ALL_ERRORS; in hci_pio_init()
1016 if (unlikely(status & STAT_ALL_ERRORS)) { in hci_pio_irq_handler()
1017 pio_reg_write(INTR_STATUS, status & STAT_ALL_ERRORS); in hci_pio_irq_handler()
1018 hci_pio_err(hci, pio, status & STAT_ALL_ERRORS); in hci_pio_irq_handler()