Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Dpsycho_common.c255 u64 csr, csr_error_bits; in psycho_pcierr_intr_other() local
259 csr_error_bits = csr & (PSYCHO_PCICTRL_SBH_ERR | PSYCHO_PCICTRL_SERR); in psycho_pcierr_intr_other()
260 if (csr_error_bits) { in psycho_pcierr_intr_other()
265 if (csr_error_bits & PSYCHO_PCICTRL_SBH_ERR) in psycho_pcierr_intr_other()
268 if (csr_error_bits & PSYCHO_PCICTRL_SERR) in psycho_pcierr_intr_other()
Dpci_schizo.c583 unsigned long csr_reg, csr, csr_error_bits; in schizo_pcierr_intr_other() local
589 csr_error_bits = in schizo_pcierr_intr_other()
596 if (csr_error_bits) { in schizo_pcierr_intr_other()
601 if (csr_error_bits & SCHIZO_PCICTRL_BUS_UNUS) in schizo_pcierr_intr_other()
604 if (csr_error_bits & SCHIZO_PCICTRL_TTO_ERR) in schizo_pcierr_intr_other()
607 if (csr_error_bits & SCHIZO_PCICTRL_RTRY_ERR) in schizo_pcierr_intr_other()
610 if (csr_error_bits & SCHIZO_PCICTRL_DTO_ERR) in schizo_pcierr_intr_other()
613 if (csr_error_bits & SCHIZO_PCICTRL_SBH_ERR) in schizo_pcierr_intr_other()
616 if (csr_error_bits & SCHIZO_PCICTRL_SERR) in schizo_pcierr_intr_other()