Searched refs:I3000_ERRSTS_BITS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | i3000_edac.c | 85 #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() 423 pci_write_bits16(pdev, I3000_ERRSTS, I3000_ERRSTS_BITS, in i3000_probe1() 424 I3000_ERRSTS_BITS); in i3000_probe1()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | i3000_edac.c | 85 #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 2 milliseconds