Searched refs:errsts2 (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/edac/ |
D | i82860_edac.c | 52 u16 errsts2; member 80 pci_read_config_word(pdev, I82860_ERRSTS, &info->errsts2); in i82860_get_error_info() 89 if (!(info->errsts2 & 0x0003)) in i82860_get_error_info() 92 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82860_get_error_info() 104 if (!(info->errsts2 & 0x0003)) in i82860_process_error_info() 110 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82860_process_error_info() 112 info->errsts = info->errsts2; in i82860_process_error_info()
|
D | i82975x_edac.c | 221 u16 errsts2; member 255 pci_read_config_word(pdev, I82975X_ERRSTS, &info->errsts2); in i82975x_get_error_info() 265 if (!(info->errsts2 & 0x0003)) in i82975x_get_error_info() 268 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82975x_get_error_info() 283 if (!(info->errsts2 & 0x0003)) in i82975x_process_error_info() 289 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82975x_process_error_info() 291 info->errsts = info->errsts2; in i82975x_process_error_info()
|
D | i3000_edac.c | 180 u16 errsts2; member 210 pci_read_config_word(pdev, I3000_ERRSTS, &info->errsts2); in i3000_get_error_info() 218 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) { in i3000_get_error_info() 247 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) { in i3000_process_error_info() 249 info->errsts = info->errsts2; in i3000_process_error_info()
|
D | i3200_edac.c | 143 u16 errsts2; member 193 pci_read_config_word(pdev, I3200_ERRSTS, &info->errsts2); in i3200_get_and_clear_error_info() 201 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) { in i3200_get_and_clear_error_info() 219 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) { in i3200_process_error_info() 221 info->errsts = info->errsts2; in i3200_process_error_info()
|
D | i82875p_edac.c | 172 u16 errsts2; member 206 pci_read_config_word(pdev, I82875P_ERRSTS, &info->errsts2); in i82875p_get_error_info() 214 if ((info->errsts ^ info->errsts2) & 0x0081) { in i82875p_get_error_info() 237 if ((info->errsts ^ info->errsts2) & 0x0081) { in i82875p_process_error_info() 239 info->errsts = info->errsts2; in i82875p_process_error_info()
|
D | x38_edac.c | 137 u16 errsts2; member 190 pci_read_config_word(pdev, X38_ERRSTS, &info->errsts2); in x38_get_and_clear_error_info() 198 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) { in x38_get_and_clear_error_info() 217 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) { in x38_process_error_info() 219 info->errsts = info->errsts2; in x38_process_error_info()
|