Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/edac/
A Di3000_edac.c85 #define I3000_ERRSTS_BITS 0x0b03 /* bits which indicate errors */ macro
203 if (!(info->errsts & I3000_ERRSTS_BITS)) in i3000_get_error_info()
216 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) { in i3000_get_error_info()
226 pci_write_bits16(pdev, I3000_ERRSTS, I3000_ERRSTS_BITS, in i3000_get_error_info()
227 I3000_ERRSTS_BITS); in i3000_get_error_info()
239 if (!(info->errsts & I3000_ERRSTS_BITS)) in i3000_process_error_info()
245 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) { in i3000_process_error_info()
422 pci_write_bits16(pdev, I3000_ERRSTS, I3000_ERRSTS_BITS, in i3000_probe1()
423 I3000_ERRSTS_BITS); in i3000_probe1()

Completed in 3 milliseconds