Lines Matching refs:error_bits
309 u64 afsr, afar, error_bits; in psycho_pcierr_intr() local
314 error_bits = afsr & in psycho_pcierr_intr()
319 if (!error_bits) in psycho_pcierr_intr()
321 upa_writeq(error_bits, pbm->pci_afsr); in psycho_pcierr_intr()
324 (((error_bits & PSYCHO_PCIAFSR_PMA) ? in psycho_pcierr_intr()
326 ((error_bits & PSYCHO_PCIAFSR_PTA) ? in psycho_pcierr_intr()
328 ((error_bits & PSYCHO_PCIAFSR_PRTRY) ? in psycho_pcierr_intr()
330 ((error_bits & PSYCHO_PCIAFSR_PPERR) ? in psycho_pcierr_intr()
360 if (error_bits & (PSYCHO_PCIAFSR_PTA | PSYCHO_PCIAFSR_STA)) { in psycho_pcierr_intr()
364 if (error_bits & (PSYCHO_PCIAFSR_PMA | PSYCHO_PCIAFSR_SMA)) in psycho_pcierr_intr()
367 if (error_bits & (PSYCHO_PCIAFSR_PPERR | PSYCHO_PCIAFSR_SPERR)) in psycho_pcierr_intr()