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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci_schizo.c594 unsigned long csr_reg, csr, csr_error_bits; local
600 csr_error_bits =
607 if (csr_error_bits) {
612 if (csr_error_bits & SCHIZO_PCICTRL_BUS_UNUS)
615 if (csr_error_bits & SCHIZO_PCICTRL_TTO_ERR)
618 if (csr_error_bits & SCHIZO_PCICTRL_RTRY_ERR)
621 if (csr_error_bits & SCHIZO_PCICTRL_DTO_ERR)
624 if (csr_error_bits & SCHIZO_PCICTRL_SBH_ERR)
627 if (csr_error_bits & SCHIZO_PCICTRL_SERR)
H A Dpci_sabre.c415 unsigned long csr_reg, csr, csr_error_bits; local
421 csr_error_bits =
423 if (csr_error_bits) {
428 if (csr_error_bits & SABRE_PCICTRL_SERR)
H A Dpci_psycho.c573 unsigned long csr_reg, csr, csr_error_bits; local
583 csr_error_bits =
585 if (csr_error_bits) {
590 if (csr_error_bits & PSYCHO_PCICTRL_SBH_ERR)
593 if (csr_error_bits & PSYCHO_PCICTRL_SERR)

Completed in 101 milliseconds