Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A D3w-xxxx.h139 #define TW_STATUS_PCI_PARITY_ERROR 0x00800000 macro
278 (x & TW_STATUS_PCI_PARITY_ERROR) || \
H A D3w-9xxx.h273 #define TW_STATUS_PCI_PARITY_ERROR 0x00800000 macro
H A D3w-9xxx.c913 if (status_reg_value & TW_STATUS_PCI_PARITY_ERROR) { in twa_decode_bits()