Lines Matching refs:error_bits
306 u64 afsr, afar, error_bits; in psycho_pcierr_intr() local
311 error_bits = afsr & in psycho_pcierr_intr()
316 if (!error_bits) in psycho_pcierr_intr()
318 upa_writeq(error_bits, pbm->pci_afsr); in psycho_pcierr_intr()
321 (((error_bits & PSYCHO_PCIAFSR_PMA) ? in psycho_pcierr_intr()
323 ((error_bits & PSYCHO_PCIAFSR_PTA) ? in psycho_pcierr_intr()
325 ((error_bits & PSYCHO_PCIAFSR_PRTRY) ? in psycho_pcierr_intr()
327 ((error_bits & PSYCHO_PCIAFSR_PPERR) ? in psycho_pcierr_intr()
357 if (error_bits & (PSYCHO_PCIAFSR_PTA | PSYCHO_PCIAFSR_STA)) { in psycho_pcierr_intr()
361 if (error_bits & (PSYCHO_PCIAFSR_PMA | PSYCHO_PCIAFSR_SMA)) in psycho_pcierr_intr()
364 if (error_bits & (PSYCHO_PCIAFSR_PPERR | PSYCHO_PCIAFSR_SPERR)) in psycho_pcierr_intr()