Lines Matching refs:error_bits
308 u64 afsr, afar, error_bits; in psycho_pcierr_intr() local
313 error_bits = afsr & in psycho_pcierr_intr()
318 if (!error_bits) in psycho_pcierr_intr()
320 upa_writeq(error_bits, pbm->pci_afsr); in psycho_pcierr_intr()
323 (((error_bits & PSYCHO_PCIAFSR_PMA) ? in psycho_pcierr_intr()
325 ((error_bits & PSYCHO_PCIAFSR_PTA) ? in psycho_pcierr_intr()
327 ((error_bits & PSYCHO_PCIAFSR_PRTRY) ? in psycho_pcierr_intr()
329 ((error_bits & PSYCHO_PCIAFSR_PPERR) ? in psycho_pcierr_intr()
359 if (error_bits & (PSYCHO_PCIAFSR_PTA | PSYCHO_PCIAFSR_STA)) { in psycho_pcierr_intr()
363 if (error_bits & (PSYCHO_PCIAFSR_PMA | PSYCHO_PCIAFSR_SMA)) in psycho_pcierr_intr()
366 if (error_bits & (PSYCHO_PCIAFSR_PPERR | PSYCHO_PCIAFSR_SPERR)) in psycho_pcierr_intr()