errsts            174 drivers/edac/i3000_edac.c 	u16 errsts;
errsts            202 drivers/edac/i3000_edac.c 	pci_read_config_word(pdev, I3000_ERRSTS, &info->errsts);
errsts            203 drivers/edac/i3000_edac.c 	if (!(info->errsts & I3000_ERRSTS_BITS))
errsts            216 drivers/edac/i3000_edac.c 	if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) {
errsts            239 drivers/edac/i3000_edac.c 	if (!(info->errsts & I3000_ERRSTS_BITS))
errsts            245 drivers/edac/i3000_edac.c 	if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) {
errsts            249 drivers/edac/i3000_edac.c 		info->errsts = info->errsts2;
errsts            258 drivers/edac/i3000_edac.c 	if (info->errsts & I3000_ERRSTS_UE)
errsts            151 drivers/edac/i3200_edac.c 	u16 errsts;
errsts            194 drivers/edac/i3200_edac.c 	pci_read_config_word(pdev, I3200_ERRSTS, &info->errsts);
errsts            195 drivers/edac/i3200_edac.c 	if (!(info->errsts & I3200_ERRSTS_BITS))
errsts            210 drivers/edac/i3200_edac.c 	if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) {
errsts            225 drivers/edac/i3200_edac.c 	if (!(info->errsts & I3200_ERRSTS_BITS))
errsts            228 drivers/edac/i3200_edac.c 	if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) {
errsts            231 drivers/edac/i3200_edac.c 		info->errsts = info->errsts2;
errsts             48 drivers/edac/i82860_edac.c 	u16 errsts;
errsts             76 drivers/edac/i82860_edac.c 	pci_read_config_word(pdev, I82860_ERRSTS, &info->errsts);
errsts             91 drivers/edac/i82860_edac.c 	if ((info->errsts ^ info->errsts2) & 0x0003) {
errsts            110 drivers/edac/i82860_edac.c 	if ((info->errsts ^ info->errsts2) & 0x0003) {
errsts            113 drivers/edac/i82860_edac.c 		info->errsts = info->errsts2;
errsts            120 drivers/edac/i82860_edac.c 	if (info->errsts & 0x0002)
errsts            168 drivers/edac/i82875p_edac.c 	u16 errsts;
errsts            198 drivers/edac/i82875p_edac.c 	pci_read_config_word(pdev, I82875P_ERRSTS, &info->errsts);
errsts            200 drivers/edac/i82875p_edac.c 	if (!(info->errsts & 0x0081))
errsts            214 drivers/edac/i82875p_edac.c 	if ((info->errsts ^ info->errsts2) & 0x0081) {
errsts            231 drivers/edac/i82875p_edac.c 	if (!(info->errsts & 0x0081))
errsts            237 drivers/edac/i82875p_edac.c 	if ((info->errsts ^ info->errsts2) & 0x0081) {
errsts            241 drivers/edac/i82875p_edac.c 		info->errsts = info->errsts2;
errsts            247 drivers/edac/i82875p_edac.c 	if (info->errsts & 0x0080)
errsts            217 drivers/edac/i82975x_edac.c 	u16 errsts;
errsts            250 drivers/edac/i82975x_edac.c 	pci_read_config_word(pdev, I82975X_ERRSTS, &info->errsts);
errsts            268 drivers/edac/i82975x_edac.c 	if ((info->errsts ^ info->errsts2) & 0x0003) {
errsts            289 drivers/edac/i82975x_edac.c 	if ((info->errsts ^ info->errsts2) & 0x0003) {
errsts            292 drivers/edac/i82975x_edac.c 		info->errsts = info->errsts2;
errsts            315 drivers/edac/i82975x_edac.c 	if (info->errsts & 0x0002)
errsts            189 drivers/edac/ie31200_edac.c 	u16 errsts;
errsts            270 drivers/edac/ie31200_edac.c 	pci_read_config_word(pdev, IE31200_ERRSTS, &info->errsts);
errsts            271 drivers/edac/ie31200_edac.c 	if (!(info->errsts & IE31200_ERRSTS_BITS))
errsts            286 drivers/edac/ie31200_edac.c 	if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) {
errsts            302 drivers/edac/ie31200_edac.c 	if (!(info->errsts & IE31200_ERRSTS_BITS))
errsts            305 drivers/edac/ie31200_edac.c 	if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) {
errsts            308 drivers/edac/ie31200_edac.c 		info->errsts = info->errsts2;
errsts            136 drivers/edac/x38_edac.c 	u16 errsts;
errsts            177 drivers/edac/x38_edac.c 	pci_read_config_word(pdev, X38_ERRSTS, &info->errsts);
errsts            178 drivers/edac/x38_edac.c 	if (!(info->errsts & X38_ERRSTS_BITS))
errsts            193 drivers/edac/x38_edac.c 	if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) {
errsts            209 drivers/edac/x38_edac.c 	if (!(info->errsts & X38_ERRSTS_BITS))
errsts            212 drivers/edac/x38_edac.c 	if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) {
errsts            216 drivers/edac/x38_edac.c 		info->errsts = info->errsts2;
errsts           2675 drivers/scsi/myrb.c 	unsigned char errsts = readb(base + DAC960_LA_ERRSTS_OFFSET);
errsts           2677 drivers/scsi/myrb.c 	if (!(errsts & DAC960_LA_ERRSTS_PENDING))
errsts           2679 drivers/scsi/myrb.c 	errsts &= ~DAC960_LA_ERRSTS_PENDING;
errsts           2681 drivers/scsi/myrb.c 	*error = errsts;
errsts           2953 drivers/scsi/myrb.c 	unsigned char errsts = readb(base + DAC960_PG_ERRSTS_OFFSET);
errsts           2955 drivers/scsi/myrb.c 	if (!(errsts & DAC960_PG_ERRSTS_PENDING))
errsts           2957 drivers/scsi/myrb.c 	errsts &= ~DAC960_PG_ERRSTS_PENDING;
errsts           2958 drivers/scsi/myrb.c 	*error = errsts;
errsts           3190 drivers/scsi/myrb.c 	unsigned char errsts = readb(base + DAC960_PD_ERRSTS_OFFSET);
errsts           3192 drivers/scsi/myrb.c 	if (!(errsts & DAC960_PD_ERRSTS_PENDING))
errsts           3194 drivers/scsi/myrb.c 	errsts &= ~DAC960_PD_ERRSTS_PENDING;
errsts           3195 drivers/scsi/myrb.c 	*error = errsts;
errsts           1778 drivers/scsi/scsi_debug.c 	int k, offset, len, errsts, count, bump, na;
errsts           1917 drivers/scsi/scsi_debug.c 	errsts = fill_from_dev_buffer(scp, arr, len);
errsts           1919 drivers/scsi/scsi_debug.c 	return errsts;
errsts           5601 drivers/scsi/scsi_debug.c 	int errsts = 0;
errsts           5701 drivers/scsi/scsi_debug.c 		errsts = make_ua(scp, devip);
errsts           5702 drivers/scsi/scsi_debug.c 		if (errsts)
errsts           5711 drivers/scsi/scsi_debug.c 		errsts = check_condition_result;
errsts           5727 drivers/scsi/scsi_debug.c 		return schedule_resp(scp, devip, errsts, pfp, 0, 0);
errsts           5740 drivers/scsi/scsi_debug.c 		return schedule_resp(scp, devip, errsts, pfp, jdelay, 0);
errsts           5742 drivers/scsi/scsi_debug.c 		return schedule_resp(scp, devip, errsts, pfp, sdebug_jdelay,