Searched refs:csr_error_bits (Results 1 – 2 of 2) sorted by relevance
256 u64 csr, csr_error_bits; in psycho_pcierr_intr_other() local260 csr_error_bits = csr & (PSYCHO_PCICTRL_SBH_ERR | PSYCHO_PCICTRL_SERR); in psycho_pcierr_intr_other()261 if (csr_error_bits) { in psycho_pcierr_intr_other()266 if (csr_error_bits & PSYCHO_PCICTRL_SBH_ERR) in psycho_pcierr_intr_other()269 if (csr_error_bits & PSYCHO_PCICTRL_SERR) in psycho_pcierr_intr_other()
584 unsigned long csr_reg, csr, csr_error_bits; in schizo_pcierr_intr_other() local590 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()