Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/edac/
Di82860_edac.c51 u16 errsts2; member
79 pci_read_config_word(pdev, I82860_ERRSTS, &info->errsts2); in i82860_get_error_info()
88 if (!(info->errsts2 & 0x0003)) in i82860_get_error_info()
91 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()
113 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()
292 info->errsts = info->errsts2; in i82975x_process_error_info()
Di3000_edac.c178 u16 errsts2; member
208 pci_read_config_word(pdev, I3000_ERRSTS, &info->errsts2); in i3000_get_error_info()
216 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) { in i3000_get_error_info()
245 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) { in i3000_process_error_info()
249 info->errsts = info->errsts2; in i3000_process_error_info()
Dx38_edac.c137 u16 errsts2; member
185 pci_read_config_word(pdev, X38_ERRSTS, &info->errsts2); in x38_get_and_clear_error_info()
193 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) { in x38_get_and_clear_error_info()
212 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) { in x38_process_error_info()
216 info->errsts = info->errsts2; in x38_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()
241 info->errsts = info->errsts2; in i82875p_process_error_info()
Di3200_edac.c152 u16 errsts2; member
202 pci_read_config_word(pdev, I3200_ERRSTS, &info->errsts2); in i3200_get_and_clear_error_info()
210 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) { in i3200_get_and_clear_error_info()
228 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) { in i3200_process_error_info()
231 info->errsts = info->errsts2; in i3200_process_error_info()
Die31200_edac.c169 u16 errsts2; member
257 pci_read_config_word(pdev, IE31200_ERRSTS, &info->errsts2); in ie31200_get_and_clear_error_info()
265 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_get_and_clear_error_info()
284 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_process_error_info()
287 info->errsts = info->errsts2; in ie31200_process_error_info()