Home
last modified time | relevance | path

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

/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()
105 if (!(info->errsts2 & 0x0003)) in i82860_process_error_info()
111 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82860_process_error_info()
114 info->errsts = info->errsts2; in i82860_process_error_info()
Di82975x_edac.c222 u16 errsts2; member
256 pci_read_config_word(pdev, I82975X_ERRSTS, &info->errsts2); in i82975x_get_error_info()
266 if (!(info->errsts2 & 0x0003)) in i82975x_get_error_info()
269 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82975x_get_error_info()
284 if (!(info->errsts2 & 0x0003)) in i82975x_process_error_info()
290 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82975x_process_error_info()
293 info->errsts = info->errsts2; in i82975x_process_error_info()
Di3200_edac.c154 u16 errsts2; member
204 pci_read_config_word(pdev, I3200_ERRSTS, &info->errsts2); in i3200_get_and_clear_error_info()
212 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) { in i3200_get_and_clear_error_info()
230 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) { in i3200_process_error_info()
233 info->errsts = info->errsts2; in i3200_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()
251 info->errsts = info->errsts2; in i3000_process_error_info()
Di82875p_edac.c173 u16 errsts2; member
207 pci_read_config_word(pdev, I82875P_ERRSTS, &info->errsts2); in i82875p_get_error_info()
215 if ((info->errsts ^ info->errsts2) & 0x0081) { in i82875p_get_error_info()
238 if ((info->errsts ^ info->errsts2) & 0x0081) { in i82875p_process_error_info()
242 info->errsts = info->errsts2; in i82875p_process_error_info()
Dx38_edac.c139 u16 errsts2; member
187 pci_read_config_word(pdev, X38_ERRSTS, &info->errsts2); in x38_get_and_clear_error_info()
195 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) { in x38_get_and_clear_error_info()
214 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) { in x38_process_error_info()
218 info->errsts = info->errsts2; in x38_process_error_info()
Die31200_edac.c149 u16 errsts2; member
239 pci_read_config_word(pdev, IE31200_ERRSTS, &info->errsts2); in ie31200_get_and_clear_error_info()
247 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_get_and_clear_error_info()
266 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_process_error_info()
269 info->errsts = info->errsts2; in ie31200_process_error_info()