Home
last modified time | relevance | path

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

/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dpio.c106 #define STAT_ALL_ERRORS (STAT_TRANSFER_ABORT | \ macro
189 pio->enabled_irqs = STAT_ALL_ERRORS; in __hci_pio_init()
1044 if (unlikely(status & STAT_ALL_ERRORS)) { in hci_pio_irq_handler()
1045 pio_reg_write(INTR_STATUS, status & STAT_ALL_ERRORS); in hci_pio_irq_handler()
1046 hci_pio_err(hci, pio, status & STAT_ALL_ERRORS); in hci_pio_irq_handler()