Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc64/kernel/
Dpci_psycho.c915 unsigned long csr_reg, csr, csr_error_bits; in psycho_pcierr_intr_other() local
919 csr_reg = pbm->controller_regs + PSYCHO_PCIA_CTRL; in psycho_pcierr_intr_other()
921 csr_reg = pbm->controller_regs + PSYCHO_PCIB_CTRL; in psycho_pcierr_intr_other()
923 csr = psycho_read(csr_reg); in psycho_pcierr_intr_other()
928 psycho_write(csr_reg, csr); in psycho_pcierr_intr_other()
Dpci_sabre.c906 unsigned long csr_reg, csr, csr_error_bits; in sabre_pcierr_intr_other() local
909 csr_reg = p->pbm_A.controller_regs + SABRE_PCICTRL; in sabre_pcierr_intr_other()
910 csr = sabre_read(csr_reg); in sabre_pcierr_intr_other()
915 sabre_write(csr_reg, csr); in sabre_pcierr_intr_other()
Dpci_schizo.c974 unsigned long csr_reg, csr, csr_error_bits; in schizo_pcierr_intr_other() local
977 csr_reg = pbm->pbm_regs + SCHIZO_PCI_CTRL; in schizo_pcierr_intr_other()
978 csr = schizo_read(csr_reg); in schizo_pcierr_intr_other()
988 schizo_write(csr_reg, csr); in schizo_pcierr_intr_other()