errsts2           178 drivers/edac/i3000_edac.c 	u16 errsts2;
errsts2           208 drivers/edac/i3000_edac.c 	pci_read_config_word(pdev, I3000_ERRSTS, &info->errsts2);
errsts2           216 drivers/edac/i3000_edac.c 	if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) {
errsts2           245 drivers/edac/i3000_edac.c 	if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) {
errsts2           249 drivers/edac/i3000_edac.c 		info->errsts = info->errsts2;
errsts2           152 drivers/edac/i3200_edac.c 	u16 errsts2;
errsts2           202 drivers/edac/i3200_edac.c 	pci_read_config_word(pdev, I3200_ERRSTS, &info->errsts2);
errsts2           210 drivers/edac/i3200_edac.c 	if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) {
errsts2           228 drivers/edac/i3200_edac.c 	if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) {
errsts2           231 drivers/edac/i3200_edac.c 		info->errsts = info->errsts2;
errsts2            51 drivers/edac/i82860_edac.c 	u16 errsts2;
errsts2            79 drivers/edac/i82860_edac.c 	pci_read_config_word(pdev, I82860_ERRSTS, &info->errsts2);
errsts2            88 drivers/edac/i82860_edac.c 	if (!(info->errsts2 & 0x0003))
errsts2            91 drivers/edac/i82860_edac.c 	if ((info->errsts ^ info->errsts2) & 0x0003) {
errsts2           104 drivers/edac/i82860_edac.c 	if (!(info->errsts2 & 0x0003))
errsts2           110 drivers/edac/i82860_edac.c 	if ((info->errsts ^ info->errsts2) & 0x0003) {
errsts2           113 drivers/edac/i82860_edac.c 		info->errsts = info->errsts2;
errsts2           172 drivers/edac/i82875p_edac.c 	u16 errsts2;
errsts2           206 drivers/edac/i82875p_edac.c 	pci_read_config_word(pdev, I82875P_ERRSTS, &info->errsts2);
errsts2           214 drivers/edac/i82875p_edac.c 	if ((info->errsts ^ info->errsts2) & 0x0081) {
errsts2           237 drivers/edac/i82875p_edac.c 	if ((info->errsts ^ info->errsts2) & 0x0081) {
errsts2           241 drivers/edac/i82875p_edac.c 		info->errsts = info->errsts2;
errsts2           221 drivers/edac/i82975x_edac.c 	u16 errsts2;
errsts2           255 drivers/edac/i82975x_edac.c 	pci_read_config_word(pdev, I82975X_ERRSTS, &info->errsts2);
errsts2           265 drivers/edac/i82975x_edac.c 	if (!(info->errsts2 & 0x0003))
errsts2           268 drivers/edac/i82975x_edac.c 	if ((info->errsts ^ info->errsts2) & 0x0003) {
errsts2           283 drivers/edac/i82975x_edac.c 	if (!(info->errsts2 & 0x0003))
errsts2           289 drivers/edac/i82975x_edac.c 	if ((info->errsts ^ info->errsts2) & 0x0003) {
errsts2           292 drivers/edac/i82975x_edac.c 		info->errsts = info->errsts2;
errsts2           190 drivers/edac/ie31200_edac.c 	u16 errsts2;
errsts2           278 drivers/edac/ie31200_edac.c 	pci_read_config_word(pdev, IE31200_ERRSTS, &info->errsts2);
errsts2           286 drivers/edac/ie31200_edac.c 	if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) {
errsts2           305 drivers/edac/ie31200_edac.c 	if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) {
errsts2           308 drivers/edac/ie31200_edac.c 		info->errsts = info->errsts2;
errsts2           137 drivers/edac/x38_edac.c 	u16 errsts2;
errsts2           185 drivers/edac/x38_edac.c 	pci_read_config_word(pdev, X38_ERRSTS, &info->errsts2);
errsts2           193 drivers/edac/x38_edac.c 	if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) {
errsts2           212 drivers/edac/x38_edac.c 	if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) {
errsts2           216 drivers/edac/x38_edac.c 		info->errsts = info->errsts2;