Lines Matching refs:error_bits
307 u64 afsr, afar, error_bits; in psycho_pcierr_intr() local
312 error_bits = afsr & in psycho_pcierr_intr()
317 if (!error_bits) in psycho_pcierr_intr()
319 upa_writeq(error_bits, pbm->pci_afsr); in psycho_pcierr_intr()
322 (((error_bits & PSYCHO_PCIAFSR_PMA) ? in psycho_pcierr_intr()
324 ((error_bits & PSYCHO_PCIAFSR_PTA) ? in psycho_pcierr_intr()
326 ((error_bits & PSYCHO_PCIAFSR_PRTRY) ? in psycho_pcierr_intr()
328 ((error_bits & PSYCHO_PCIAFSR_PPERR) ? in psycho_pcierr_intr()
358 if (error_bits & (PSYCHO_PCIAFSR_PTA | PSYCHO_PCIAFSR_STA)) { in psycho_pcierr_intr()
362 if (error_bits & (PSYCHO_PCIAFSR_PMA | PSYCHO_PCIAFSR_SMA)) in psycho_pcierr_intr()
365 if (error_bits & (PSYCHO_PCIAFSR_PPERR | PSYCHO_PCIAFSR_SPERR)) in psycho_pcierr_intr()