Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dlasi.c72 val = s->icr & ICR_BUS_ERROR_BIT; /* bus_error */ in lasi_chip_read_with_attrs()
223 if ((s->icr & ICR_BUS_ERROR_BIT) == 0) { in lasi_set_irq()
/openbmc/qemu/include/hw/misc/
H A Dlasi.h47 #define ICR_BUS_ERROR_BIT LASI_BIT(8) /* bit 8 in ICR */ macro