Searched refs:errsts (Results 1 - 7 of 7) sorted by relevance

/drivers/edac/
H A Di3000_edac.c176 u16 errsts; member in struct:i3000_error_info
204 pci_read_config_word(pdev, I3000_ERRSTS, &info->errsts);
205 if (!(info->errsts & I3000_ERRSTS_BITS))
218 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) {
241 if (!(info->errsts & I3000_ERRSTS_BITS))
247 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) {
249 info->errsts = info->errsts2;
258 if (info->errsts & I3000_ERRSTS_UE)
H A Di82860_edac.c49 u16 errsts; member in struct:i82860_error_info
77 pci_read_config_word(pdev, I82860_ERRSTS, &info->errsts);
92 if ((info->errsts ^ info->errsts2) & 0x0003) {
110 if ((info->errsts ^ info->errsts2) & 0x0003) {
112 info->errsts = info->errsts2;
118 if (info->errsts & 0x0002)
H A Dx38_edac.c136 u16 errsts; member in struct:x38_error_info
182 pci_read_config_word(pdev, X38_ERRSTS, &info->errsts);
183 if (!(info->errsts & X38_ERRSTS_BITS))
198 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) {
214 if (!(info->errsts & X38_ERRSTS_BITS))
217 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) {
219 info->errsts = info->errsts2;
H A Di82875p_edac.c168 u16 errsts; member in struct:i82875p_error_info
198 pci_read_config_word(pdev, I82875P_ERRSTS, &info->errsts);
200 if (!(info->errsts & 0x0081))
214 if ((info->errsts ^ info->errsts2) & 0x0081) {
231 if (!(info->errsts & 0x0081))
237 if ((info->errsts ^ info->errsts2) & 0x0081) {
239 info->errsts = info->errsts2;
245 if (info->errsts & 0x0080)
H A Di3200_edac.c142 u16 errsts; member in struct:i3200_error_info
185 pci_read_config_word(pdev, I3200_ERRSTS, &info->errsts);
186 if (!(info->errsts & I3200_ERRSTS_BITS))
201 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) {
216 if (!(info->errsts & I3200_ERRSTS_BITS))
219 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) {
221 info->errsts = info->errsts2;
H A Di82975x_edac.c217 u16 errsts; member in struct:i82975x_error_info
250 pci_read_config_word(pdev, I82975X_ERRSTS, &info->errsts);
268 if ((info->errsts ^ info->errsts2) & 0x0003) {
289 if ((info->errsts ^ info->errsts2) & 0x0003) {
291 info->errsts = info->errsts2;
314 if (info->errsts & 0x0002)
/drivers/scsi/
H A Dscsi_debug.c998 int power_cond, errsts, start; local
1000 if ((errsts = check_readiness(scp, 1, devip)))
1001 return errsts;
1029 int errsts; local
1031 if ((errsts = check_readiness(scp, 1, devip)))
1032 return errsts;
1060 int errsts, k, alloc_len; local
1062 if ((errsts = check_readiness(scp, 1, devip)))
1063 return errsts;
1338 int k, alloc_len, msense_6, offset, len, errsts, target_dev_i local
1501 int param_len, res, errsts, mpage; local
1598 int ppc, sp, pcontrol, pcode, subpcode, alloc_len, errsts, len, n; local
3591 int errsts = 0; local
[all...]

Completed in 317 milliseconds