Home
last modified time | relevance | path

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

/openbmc/linux/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, in x38_clear_error_info()
161 X38_ERRSTS_BITS); in x38_clear_error_info()
178 if (!(info->errsts & X38_ERRSTS_BITS)) in x38_get_and_clear_error_info()
193 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) { in x38_get_and_clear_error_info()
209 if (!(info->errsts & X38_ERRSTS_BITS)) in x38_process_error_info()
212 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) { in x38_process_error_info()