Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/edac/
Di3200_edac.c66 #define I3200_ERRSTS_BITS (I3200_ERRSTS_UE | I3200_ERRSTS_CE) macro
178 pci_write_bits16(pdev, I3200_ERRSTS, I3200_ERRSTS_BITS, in i3200_clear_error_info()
179 I3200_ERRSTS_BITS); in i3200_clear_error_info()
197 if (!(info->errsts & I3200_ERRSTS_BITS)) in i3200_get_and_clear_error_info()
212 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) { in i3200_get_and_clear_error_info()
227 if (!(info->errsts & I3200_ERRSTS_BITS)) in i3200_process_error_info()
230 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) { in i3200_process_error_info()