Searched refs:errsts2 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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 Di82875p_edac.c172 u16 errsts2; member in struct:i82875p_error_info
203 pci_read_config_word(pdev, I82875P_ERRSTS, &info->errsts2);
213 if (!(info->errsts2 & 0x0081))
216 if ((info->errsts ^ info->errsts2) & 0x0081) {
231 if (!(info->errsts2 & 0x0081))
237 if ((info->errsts ^ info->errsts2) & 0x0081) {
239 info->errsts = info->errsts2;

Completed in 92 milliseconds