Home
last modified time | relevance | path

Searched refs:errsts (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/edac/
A Di3000_edac.c174 u16 errsts; member
202 pci_read_config_word(pdev, I3000_ERRSTS, &info->errsts); in i3000_get_error_info()
203 if (!(info->errsts & I3000_ERRSTS_BITS)) in i3000_get_error_info()
216 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) { in i3000_get_error_info()
239 if (!(info->errsts & I3000_ERRSTS_BITS)) in i3000_process_error_info()
245 if ((info->errsts ^ info->errsts2) & I3000_ERRSTS_BITS) { in i3000_process_error_info()
249 info->errsts = info->errsts2; in i3000_process_error_info()
258 if (info->errsts & I3000_ERRSTS_UE) in i3000_process_error_info()
A Di82875p_edac.c168 u16 errsts; member
198 pci_read_config_word(pdev, I82875P_ERRSTS, &info->errsts); in i82875p_get_error_info()
200 if (!(info->errsts & 0x0081)) in i82875p_get_error_info()
214 if ((info->errsts ^ info->errsts2) & 0x0081) { in i82875p_get_error_info()
231 if (!(info->errsts & 0x0081)) in i82875p_process_error_info()
237 if ((info->errsts ^ info->errsts2) & 0x0081) { in i82875p_process_error_info()
241 info->errsts = info->errsts2; in i82875p_process_error_info()
247 if (info->errsts & 0x0080) in i82875p_process_error_info()
A Di82860_edac.c48 u16 errsts; member
76 pci_read_config_word(pdev, I82860_ERRSTS, &info->errsts); in i82860_get_error_info()
91 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82860_get_error_info()
110 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82860_process_error_info()
113 info->errsts = info->errsts2; in i82860_process_error_info()
120 if (info->errsts & 0x0002) in i82860_process_error_info()
A Di3200_edac.c151 u16 errsts; member
194 pci_read_config_word(pdev, I3200_ERRSTS, &info->errsts); in i3200_get_and_clear_error_info()
195 if (!(info->errsts & I3200_ERRSTS_BITS)) in i3200_get_and_clear_error_info()
210 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) { in i3200_get_and_clear_error_info()
225 if (!(info->errsts & I3200_ERRSTS_BITS)) in i3200_process_error_info()
228 if ((info->errsts ^ info->errsts2) & I3200_ERRSTS_BITS) { in i3200_process_error_info()
231 info->errsts = info->errsts2; in i3200_process_error_info()
A Dx38_edac.c136 u16 errsts; member
177 pci_read_config_word(pdev, X38_ERRSTS, &info->errsts); in x38_get_and_clear_error_info()
178 if (!(info->errsts & X38_ERRSTS_BITS)) in x38_get_and_clear_error_info()
193 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) { in x38_get_and_clear_error_info()
209 if (!(info->errsts & X38_ERRSTS_BITS)) in x38_process_error_info()
212 if ((info->errsts ^ info->errsts2) & X38_ERRSTS_BITS) { in x38_process_error_info()
216 info->errsts = info->errsts2; in x38_process_error_info()
A Die31200_edac.c191 u16 errsts; member
272 pci_read_config_word(pdev, IE31200_ERRSTS, &info->errsts); in ie31200_get_and_clear_error_info()
273 if (!(info->errsts & IE31200_ERRSTS_BITS)) in ie31200_get_and_clear_error_info()
288 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_get_and_clear_error_info()
304 if (!(info->errsts & IE31200_ERRSTS_BITS)) in ie31200_process_error_info()
307 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) { in ie31200_process_error_info()
310 info->errsts = info->errsts2; in ie31200_process_error_info()
A Di82975x_edac.c217 u16 errsts; member
250 pci_read_config_word(pdev, I82975X_ERRSTS, &info->errsts); in i82975x_get_error_info()
268 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82975x_get_error_info()
289 if ((info->errsts ^ info->errsts2) & 0x0003) { in i82975x_process_error_info()
292 info->errsts = info->errsts2; in i82975x_process_error_info()
315 if (info->errsts & 0x0002) in i82975x_process_error_info()
A Digen6_edac.c610 u16 errsts; in errsts_clear() local
612 if (pci_read_config_word(imc->pdev, ERRSTS_OFFSET, &errsts)) { in errsts_clear()
618 if (errsts & (ERRSTS_CE | ERRSTS_UE)) in errsts_clear()
619 pci_write_config_word(imc->pdev, ERRSTS_OFFSET, errsts); in errsts_clear()
/linux/drivers/scsi/
A Dmyrb.c2615 unsigned char errsts = readb(base + DAC960_LA_ERRSTS_OFFSET); in DAC960_LA_read_error_status() local
2617 if (!(errsts & DAC960_LA_ERRSTS_PENDING)) in DAC960_LA_read_error_status()
2619 errsts &= ~DAC960_LA_ERRSTS_PENDING; in DAC960_LA_read_error_status()
2621 *error = errsts; in DAC960_LA_read_error_status()
2862 unsigned char errsts = readb(base + DAC960_PG_ERRSTS_OFFSET); in DAC960_PG_read_error_status() local
2864 if (!(errsts & DAC960_PG_ERRSTS_PENDING)) in DAC960_PG_read_error_status()
2866 errsts &= ~DAC960_PG_ERRSTS_PENDING; in DAC960_PG_read_error_status()
2867 *error = errsts; in DAC960_PG_read_error_status()
3089 if (!(errsts & DAC960_PD_ERRSTS_PENDING)) in DAC960_PD_read_error_status()
3091 errsts &= ~DAC960_PD_ERRSTS_PENDING; in DAC960_PD_read_error_status()
[all …]
A Dscsi_debug.c1979 int k, offset, len, errsts, count, bump, na; in resp_rsup_opcodes() local
2118 errsts = fill_from_dev_buffer(scp, arr, len); in resp_rsup_opcodes()
2120 return errsts; in resp_rsup_opcodes()
7402 int errsts = 0; in scsi_debug_queuecommand() local
7511 errsts = make_ua(scp, devip); in scsi_debug_queuecommand()
7512 if (errsts) in scsi_debug_queuecommand()
7517 errsts = resp_not_ready(scp, devip); in scsi_debug_queuecommand()
7518 if (errsts) in scsi_debug_queuecommand()
7534 return schedule_resp(scp, devip, errsts, pfp, 0, 0); in scsi_debug_queuecommand()
7547 return schedule_resp(scp, devip, errsts, pfp, jdelay, 0); in scsi_debug_queuecommand()
[all …]

Completed in 72 milliseconds