Lines Matching defs:info
260 struct ie31200_error_info *info)
272 pci_read_config_word(pdev, IE31200_ERRSTS, &info->errsts);
273 if (!(info->errsts & IE31200_ERRSTS_BITS))
276 info->eccerrlog[0] = lo_hi_readq(priv->c0errlog);
278 info->eccerrlog[1] = lo_hi_readq(priv->c1errlog);
280 pci_read_config_word(pdev, IE31200_ERRSTS, &info->errsts2);
285 * with no info and the second set of reads is valid and
286 * should be UE info.
288 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) {
289 info->eccerrlog[0] = lo_hi_readq(priv->c0errlog);
291 info->eccerrlog[1] =
299 struct ie31200_error_info *info)
304 if (!(info->errsts & IE31200_ERRSTS_BITS))
307 if ((info->errsts ^ info->errsts2) & IE31200_ERRSTS_BITS) {
310 info->errsts = info->errsts2;
314 log = info->eccerrlog[channel];
334 struct ie31200_error_info info;
337 ie31200_get_and_clear_error_info(mci, &info);
338 ie31200_process_error_info(mci, &info);
463 /* populate DIMM info */