Lines Matching refs:is_pbm_a

483 				   int is_pbm_a)  in __psycho_check_one_stc()  argument
491 if (is_pbm_a) { in __psycho_check_one_stc()
544 (is_pbm_a ? 'A' : 'B'), in __psycho_check_one_stc()
555 (is_pbm_a ? 'A' : 'B'), in __psycho_check_one_stc()
564 (is_pbm_a ? 'A' : 'B'), in __psycho_check_one_stc()
913 static void psycho_pcierr_intr_other(struct pci_pbm_info *pbm, int is_pbm_a) in psycho_pcierr_intr_other() argument
918 if (is_pbm_a) { in psycho_pcierr_intr_other()
955 int is_pbm_a, reported; in psycho_pcierr_intr() local
957 is_pbm_a = (pbm == &pbm->parent->pbm_A); in psycho_pcierr_intr()
958 if (is_pbm_a) { in psycho_pcierr_intr()
977 return psycho_pcierr_intr_other(pbm, is_pbm_a); in psycho_pcierr_intr()
982 p->index, (is_pbm_a ? 'A' : 'B'), in psycho_pcierr_intr()
992 p->index, (is_pbm_a ? 'A' : 'B'), in psycho_pcierr_intr()
997 p->index, (is_pbm_a ? 'A' : 'B'), afar); in psycho_pcierr_intr()
999 p->index, (is_pbm_a ? 'A' : 'B')); in psycho_pcierr_intr()
1481 int is_pbm_a) in psycho_pbm_strbuf_init() argument
1486 if (is_pbm_a) { in psycho_pbm_strbuf_init()
1539 int prom_node, int is_pbm_a) in psycho_pbm_init() argument
1545 if (is_pbm_a) { in psycho_pbm_init()
1612 psycho_pbm_strbuf_init(p, pbm, is_pbm_a); in psycho_pbm_init()
1624 int is_pbm_a, err; in psycho_init() local
1632 is_pbm_a = (p->pbm_A.prom_node == 0); in psycho_init()
1633 psycho_pbm_init(p, node, is_pbm_a); in psycho_init()
1696 is_pbm_a = ((pr_regs[0].phys_addr & 0x6000) == 0x2000); in psycho_init()
1697 psycho_pbm_init(p, node, is_pbm_a); in psycho_init()