Searched refs:X38_ERRSTS_BITS (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/edac/
H A Dx38_edac.c64 #define X38_ERRSTS_BITS (X38_ERRSTS_UE | X38_ERRSTS_CE) macro
160 pci_write_bits16(pdev, X38_ERRSTS, X38_ERRSTS_BITS,
161 X38_ERRSTS_BITS);
178 if (!(info->errsts & X38_ERRSTS_BITS))
193 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) {
209 if (!(info->errsts & X38_ERRSTS_BITS))
212 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) {

Completed in 129 milliseconds