Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/twe/
H A Dtwereg.h66 #define TWE_STATUS_PCI_PARITY_ERROR 0x00800000 macro
93 (x & TWE_STATUS_PCI_PARITY_ERROR) || \
H A Dtwe.c1767 if (status_reg & TWE_STATUS_PCI_PARITY_ERROR) { in twe_check_bits()