Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc64/kernel/
Dpci_schizo.c974 unsigned long csr_reg, csr, csr_error_bits; in schizo_pcierr_intr_other() local
979 csr_error_bits = in schizo_pcierr_intr_other()
986 if (csr_error_bits) { in schizo_pcierr_intr_other()
991 if (csr_error_bits & SCHIZO_PCICTRL_BUS_UNUS) in schizo_pcierr_intr_other()
994 if (csr_error_bits & SCHIZO_PCICTRL_TTO_ERR) in schizo_pcierr_intr_other()
997 if (csr_error_bits & SCHIZO_PCICTRL_RTRY_ERR) in schizo_pcierr_intr_other()
1000 if (csr_error_bits & SCHIZO_PCICTRL_DTO_ERR) in schizo_pcierr_intr_other()
1003 if (csr_error_bits & SCHIZO_PCICTRL_SBH_ERR) in schizo_pcierr_intr_other()
1006 if (csr_error_bits & SCHIZO_PCICTRL_SERR) in schizo_pcierr_intr_other()
Dpci_psycho.c915 unsigned long csr_reg, csr, csr_error_bits; in psycho_pcierr_intr_other() local
924 csr_error_bits = in psycho_pcierr_intr_other()
926 if (csr_error_bits) { in psycho_pcierr_intr_other()
931 if (csr_error_bits & PSYCHO_PCICTRL_SBH_ERR) in psycho_pcierr_intr_other()
934 if (csr_error_bits & PSYCHO_PCICTRL_SERR) in psycho_pcierr_intr_other()
Dpci_sabre.c906 unsigned long csr_reg, csr, csr_error_bits; in sabre_pcierr_intr_other() local
911 csr_error_bits = in sabre_pcierr_intr_other()
913 if (csr_error_bits) { in sabre_pcierr_intr_other()
918 if (csr_error_bits & SABRE_PCICTRL_SERR) in sabre_pcierr_intr_other()