Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/kernel/
H A Dpsycho_common.c257 u64 csr, csr_error_bits; in psycho_pcierr_intr_other() local
261 csr_error_bits = csr & (PSYCHO_PCICTRL_SBH_ERR | PSYCHO_PCICTRL_SERR); in psycho_pcierr_intr_other()
262 if (csr_error_bits) { in psycho_pcierr_intr_other()
267 if (csr_error_bits & PSYCHO_PCICTRL_SBH_ERR) in psycho_pcierr_intr_other()
270 if (csr_error_bits & PSYCHO_PCICTRL_SERR) in psycho_pcierr_intr_other()
H A Dpci_schizo.c584 unsigned long csr_reg, csr, csr_error_bits; in schizo_pcierr_intr_other() local
590 csr_error_bits = in schizo_pcierr_intr_other()
597 if (csr_error_bits) { in schizo_pcierr_intr_other()
602 if (csr_error_bits & SCHIZO_PCICTRL_BUS_UNUS) in schizo_pcierr_intr_other()
605 if (csr_error_bits & SCHIZO_PCICTRL_TTO_ERR) in schizo_pcierr_intr_other()
608 if (csr_error_bits & SCHIZO_PCICTRL_RTRY_ERR) in schizo_pcierr_intr_other()
611 if (csr_error_bits & SCHIZO_PCICTRL_DTO_ERR) in schizo_pcierr_intr_other()
614 if (csr_error_bits & SCHIZO_PCICTRL_SBH_ERR) in schizo_pcierr_intr_other()
617 if (csr_error_bits & SCHIZO_PCICTRL_SERR) in schizo_pcierr_intr_other()