Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/edac/
Di82860_edac.c52 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()
Di82975x_edac.c221 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()
Di3000_edac.c180 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()
Di3200_edac.c143 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()
Di82875p_edac.c172 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()
Dx38_edac.c137 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()