Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ipwreg.h55 #define IPW_INTR_PARITY_ERROR 0x80000000 macro
61 IPW_INTR_PARITY_ERROR)
H A Dif_ipw.c1056 if (r & (IPW_INTR_FATAL_ERROR | IPW_INTR_PARITY_ERROR)) { in ipw_intr()