Home
last modified time | relevance | path

Searched refs:csr_error_bits (Results 1 – 2 of 2) sorted by relevance

/arch/sparc/kernel/
Dpsycho_common.c254 u64 csr, csr_error_bits; in psycho_pcierr_intr_other() local
258 csr_error_bits = csr & (PSYCHO_PCICTRL_SBH_ERR | PSYCHO_PCICTRL_SERR); in psycho_pcierr_intr_other()
259 if (csr_error_bits) { in psycho_pcierr_intr_other()
264 if (csr_error_bits & PSYCHO_PCICTRL_SBH_ERR) in psycho_pcierr_intr_other()
267 if (csr_error_bits & PSYCHO_PCICTRL_SERR) in psycho_pcierr_intr_other()
Dpci_schizo.c582 unsigned long csr_reg, csr, csr_error_bits; in schizo_pcierr_intr_other() local
588 csr_error_bits = in schizo_pcierr_intr_other()
595 if (csr_error_bits) { in schizo_pcierr_intr_other()
600 if (csr_error_bits & SCHIZO_PCICTRL_BUS_UNUS) in schizo_pcierr_intr_other()
603 if (csr_error_bits & SCHIZO_PCICTRL_TTO_ERR) in schizo_pcierr_intr_other()
606 if (csr_error_bits & SCHIZO_PCICTRL_RTRY_ERR) in schizo_pcierr_intr_other()
609 if (csr_error_bits & SCHIZO_PCICTRL_DTO_ERR) in schizo_pcierr_intr_other()
612 if (csr_error_bits & SCHIZO_PCICTRL_SBH_ERR) in schizo_pcierr_intr_other()
615 if (csr_error_bits & SCHIZO_PCICTRL_SERR) in schizo_pcierr_intr_other()