Lines Matching refs:psycho_read
27 #define psycho_read(__reg) \ macro
512 control = psycho_read(strbuf->strbuf_control); in __psycho_check_one_stc()
518 val = psycho_read(err_base + (i * 8UL)); in __psycho_check_one_stc()
523 stc_tag_buf[i] = psycho_read(tag_base + (i * 8UL)); in __psycho_check_one_stc()
524 stc_line_buf[i] = psycho_read(line_base + (i * 8UL)); in __psycho_check_one_stc()
642 control = psycho_read(iommu->iommu_control); in psycho_check_iommu_error()
684 psycho_read(base + PSYCHO_IOMMU_TAG + (i * 8UL)); in psycho_check_iommu_error()
686 psycho_read(base + PSYCHO_IOMMU_DATA + (i * 8UL)); in psycho_check_iommu_error()
764 afar = psycho_read(afar_reg); in psycho_ue_intr()
765 afsr = psycho_read(afsr_reg); in psycho_ue_intr()
839 afar = psycho_read(afar_reg); in psycho_ce_intr()
840 afsr = psycho_read(afsr_reg); in psycho_ce_intr()
923 csr = psycho_read(csr_reg); in psycho_pcierr_intr_other()
967 afar = psycho_read(afar_reg); in psycho_pcierr_intr()
968 afsr = psycho_read(afsr_reg); in psycho_pcierr_intr()
1108 tmp = psycho_read(base + PSYCHO_PCIA_CTRL); in psycho_register_error_handlers()
1115 tmp = psycho_read(base + PSYCHO_PCIB_CTRL); in psycho_register_error_handlers()
1364 control = psycho_read(p->pbm_A.controller_regs + PSYCHO_IOMMU_CONTROL); in psycho_iommu_init()
1410 control = psycho_read(p->pbm_A.controller_regs + PSYCHO_IOMMU_CONTROL); in psycho_iommu_init()
1442 tmp = psycho_read(p->pbm_A.controller_regs + PSYCHO_PCIA_CTRL); in psycho_controller_hwinit()
1446 tmp = psycho_read(p->pbm_A.controller_regs + PSYCHO_PCIB_CTRL); in psycho_controller_hwinit()
1454 tmp = psycho_read(p->pbm_A.controller_regs + PSYCHO_PCIA_DIAG); in psycho_controller_hwinit()
1458 tmp = psycho_read(p->pbm_A.controller_regs + PSYCHO_PCIB_DIAG); in psycho_controller_hwinit()
1516 control = psycho_read(pbm->stc.strbuf_control); in psycho_pbm_strbuf_init()