Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/misc/
H A Dlasi.h43 #define LASI_BIT(x) (1ul << (x)) macro
44 #define LASI_IRQ_BITS (LASI_BIT(5) | LASI_BIT(7) | LASI_BIT(8) | LASI_BIT(9) \
45 | LASI_BIT(13) | LASI_BIT(14) | LASI_BIT(16) | LASI_BIT(17) \
46 | LASI_BIT(18) | LASI_BIT(19) | LASI_BIT(20) | LASI_BIT(21) \
47 | LASI_BIT(26))
49 #define ICR_BUS_ERROR_BIT LASI_BIT(8) /* bit 8 in ICR */
50 #define ICR_TOC_BIT LASI_BIT(1) /* bit 1 in ICR */