Searched defs:errsts2 (Results 1 - 6 of 6) sorted by relevance

/drivers/edac/
H A Di82860_edac.c52 u16 errsts2; member in struct:i82860_error_info
80 pci_read_config_word(pdev, I82860_ERRSTS, &info->errsts2);
89 if (!(info->errsts2 & 0x0003))
92 if ((info->errsts ^ info->errsts2) & 0x0003) {
104 if (!(info->errsts2 & 0x0003))
110 if ((info->errsts ^ info->errsts2) & 0x0003) {
112 info->errsts = info->errsts2;
H A Di3000_edac.c180 u16 errsts2; member in struct:i3000_error_info
210 pci_read_config_word(pdev, I3000_ERRSTS, &info->errsts2);
218 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) {
247 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) {
249 info->errsts = info->errsts2;
H A Di82875p_edac.c172 u16 errsts2; member in struct:i82875p_error_info
206 pci_read_config_word(pdev, I82875P_ERRSTS, &info->errsts2);
214 if ((info->errsts ^ info->errsts2) & 0x0081) {
237 if ((info->errsts ^ info->errsts2) & 0x0081) {
239 info->errsts = info->errsts2;
H A Di3200_edac.c143 u16 errsts2; member in struct:i3200_error_info
193 pci_read_config_word(pdev, I3200_ERRSTS, &info->errsts2);
201 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) {
219 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) {
221 info->errsts = info->errsts2;
H A Di82975x_edac.c221 u16 errsts2; member in struct:i82975x_error_info
255 pci_read_config_word(pdev, I82975X_ERRSTS, &info->errsts2);
265 if (!(info->errsts2 & 0x0003))
268 if ((info->errsts ^ info->errsts2) & 0x0003) {
283 if (!(info->errsts2 & 0x0003))
289 if ((info->errsts ^ info->errsts2) & 0x0003) {
291 info->errsts = info->errsts2;
H A Dx38_edac.c137 u16 errsts2; member in struct:x38_error_info
190 pci_read_config_word(pdev, X38_ERRSTS, &info->errsts2);
198 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) {
217 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) {
219 info->errsts = info->errsts2;

Completed in 52 milliseconds