Home
last modified time | relevance | path

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

/freebsd/sys/contrib/xen/io/
H A Dfsif.h122 #define ERROR_MASK (((1ULL << ERROR_SIZE) - 1) << ERROR_SHIFT) macro
/freebsd/sys/riscv/starfive/
H A Djh7110_pcie.c52 #define ERROR_MASK 0x80770000 macro
260 if ((reg & ERROR_MASK) != 0) { in jh7110_pcie_intr()
261 irqbits = (reg & ERROR_MASK); in jh7110_pcie_intr()
791 WR4(sc, IRQ_LOCAL_MASK, INTX_MASK | ERROR_MASK | MSI_MASK); in jh7110_pcie_attach()