Searched refs:portid (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | chmc.c | 65 int portid; member 243 if (mp->portid == smp_processor_id()) { in read_mcreg() 259 if (mp->portid == smp_processor_id()) { 277 p->bank_id = (CHMCTRL_NBANKS * mp->portid) + which_bank; in interpret_one_decode_reg() 338 int portid = prom_getintdefault(node, "portid", -1); in init_one_mctrl() local 345 if (portid == -1) in init_one_mctrl() 348 mp->portid = portid; in init_one_mctrl()
|
D | sbus.c | 876 sbus->portid, in sysio_ue_handler() 884 sbus->portid, in sysio_ue_handler() 888 printk("SYSIO[%x]: AFAR[%016lx]\n", sbus->portid, afar); in sysio_ue_handler() 889 printk("SYSIO[%x]: Secondary UE errors [", sbus->portid); in sysio_ue_handler() 945 sbus->portid, in sysio_ce_handler() 957 sbus->portid, in sysio_ce_handler() 962 printk("SYSIO[%x]: AFAR[%016lx]\n", sbus->portid, afar); in sysio_ce_handler() 964 printk("SYSIO[%x]: Secondary CE errors [", sbus->portid); in sysio_ce_handler() 1020 sbus->portid, in sysio_sbus_error_handler() 1029 sbus->portid, in sysio_sbus_error_handler() [all …]
|
D | pci_schizo.c | 427 if (pbm->portid & 1) in schizo_irq_build() 494 (pbm->portid << 6) | (irq & IMAP_INO)); in schizo_clear_other_err_intr() 1235 irq = schizo_irq_build(pbm, NULL, (pbm->portid << 6) | SCHIZO_UE_INO); in tomatillo_register_error_handlers() 1248 irq = schizo_irq_build(pbm, NULL, (pbm->portid << 6) | SCHIZO_CE_INO); in tomatillo_register_error_handlers() 1261 irq = schizo_irq_build(pbm, NULL, ((pbm->portid << 6) | in tomatillo_register_error_handlers() 1275 irq = schizo_irq_build(pbm, NULL, ((pbm->portid << 6) | in tomatillo_register_error_handlers() 1289 irq = schizo_irq_build(pbm, NULL, (pbm->portid << 6) | SCHIZO_SERR_INO); in tomatillo_register_error_handlers() 1373 irq = schizo_irq_build(pbm, NULL, (pbm->portid << 6) | SCHIZO_UE_INO); in schizo_register_error_handlers() 1385 irq = schizo_irq_build(pbm, NULL, (pbm->portid << 6) | SCHIZO_CE_INO); in schizo_register_error_handlers() 1397 irq = schizo_irq_build(pbm, NULL, (pbm->portid << 6) | SCHIZO_PCIERR_A_INO); in schizo_register_error_handlers() [all …]
|
D | pci_psycho.c | 1061 unsigned int irq, portid = pbm->portid; in psycho_register_error_handlers() local 1065 irq = psycho_irq_build(pbm, NULL, (portid << 6) | PSYCHO_UE_INO); in psycho_register_error_handlers() 1073 irq = psycho_irq_build(pbm, NULL, (portid << 6) | PSYCHO_CE_INO); in psycho_register_error_handlers() 1082 irq = psycho_irq_build(pbm, NULL, (portid << 6) | PSYCHO_PCIERR_A_INO); in psycho_register_error_handlers() 1091 irq = psycho_irq_build(pbm, NULL, (portid << 6) | PSYCHO_PCIERR_B_INO); in psycho_register_error_handlers() 1417 p->starfire_cookie = starfire_hookup(p->pbm_A.portid); in psycho_iommu_init() 1630 if (p->pbm_A.portid == upa_portid) { in psycho_init() 1658 p->pbm_A.portid = upa_portid; in psycho_init() 1659 p->pbm_B.portid = upa_portid; in psycho_init()
|
D | pci_common.c | 712 unsigned int portid = pbm->portid; in pdev_fixup_irq() local 739 if (((prom_irq & PCI_IRQ_IGN) >> 6) == portid) { in pdev_fixup_irq() 746 pdev->irq = p->irq_build(pbm, pdev, (portid << 6 | prom_irq)); in pdev_fixup_irq() 752 pdev->irq = p->irq_build(pbm, pdev, (portid << 6) | prom_irq); in pdev_fixup_irq() 802 ((portid << 6) & PCI_IRQ_IGN) | in pdev_fixup_irq()
|
D | pci_sabre.c | 1037 unsigned long irq, portid = pbm->portid; in sabre_register_error_handlers() local 1048 irq = sabre_irq_build(pbm, NULL, (portid << 6) | SABRE_UE_INO); in sabre_register_error_handlers() 1059 irq = sabre_irq_build(pbm, NULL, (portid << 6) | SABRE_CE_INO); in sabre_register_error_handlers() 1067 irq = sabre_irq_build(pbm, NULL, (portid << 6) | SABRE_PCIERR_INO); in sabre_register_error_handlers() 1641 p->pbm_A.portid = upa_portid; in sabre_init() 1642 p->pbm_B.portid = upa_portid; in sabre_init()
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | sbus.h | 76 int portid; member
|
D | pbm.h | 147 u32 portid; member
|