it_busno 94 arch/powerpc/include/asm/iommu.h unsigned long it_busno; /* Bus number this table belongs to */ it_busno 351 arch/powerpc/kernel/iommu.c printk(KERN_INFO "\tbus# = 0x%llx\n", (u64)tbl->it_busno); it_busno 133 arch/powerpc/platforms/pasemi/iommu.c iommu_table_iobmap.it_busno = 0; it_busno 30 arch/powerpc/platforms/powernv/pci-ioda-tce.c tbl->it_busno = 0; it_busno 503 arch/powerpc/platforms/pseries/iommu.c tbl->it_busno = phb->bus->number; it_busno 540 arch/powerpc/platforms/pseries/iommu.c tbl->it_busno = phb->bus->number; it_busno 1189 arch/powerpc/platforms/pseries/vio.c tbl->it_busno = 0; it_busno 336 arch/powerpc/sysdev/dart_iommu.c iommu_table_dart.it_busno = 0; it_busno 30 arch/x86/include/asm/calgary.h unsigned char it_busno; /* Bus number this table belongs to */ it_busno 314 arch/x86/kernel/pci-calgary_64.c if (tbl && tbl->it_busno == pbus->number) it_busno 320 arch/x86/kernel/pci-calgary_64.c BUG_ON(tbl && (tbl->it_busno != pbus->number)); it_busno 536 arch/x86/kernel/pci-calgary_64.c target = calgary_reg(bbar, phb_offset(tbl->it_busno) | PHB_AER_OFFSET); it_busno 541 arch/x86/kernel/pci-calgary_64.c target = calgary_reg(bbar, phb_offset(tbl->it_busno) | PHB_PLSSR_OFFSET); it_busno 545 arch/x86/kernel/pci-calgary_64.c target = calgary_reg(bbar, split_queue_offset(tbl->it_busno)); it_busno 554 arch/x86/kernel/pci-calgary_64.c target = calgary_reg(bbar, tar_offset(tbl->it_busno)); it_busno 558 arch/x86/kernel/pci-calgary_64.c target = calgary_reg(bbar, phb_offset(tbl->it_busno) | PHB_AER_OFFSET); it_busno 571 arch/x86/kernel/pci-calgary_64.c unsigned char bus = tbl->it_busno; it_busno 817 arch/x86/kernel/pci-calgary_64.c target = calgary_reg(bbar, phb_offset(tbl->it_busno) | PHB_CSR_OFFSET); it_busno 820 arch/x86/kernel/pci-calgary_64.c target = calgary_reg(bbar, phb_offset(tbl->it_busno) | PHB_PLSSR_OFFSET); it_busno 825 arch/x86/kernel/pci-calgary_64.c tbl->it_busno, csr, plssr); it_busno 833 arch/x86/kernel/pci-calgary_64.c unsigned long phboff = phb_offset(tbl->it_busno); it_busno 851 arch/x86/kernel/pci-calgary_64.c pr_emerg("DMA error on CalIOC2 PHB 0x%x\n", tbl->it_busno); it_busno 881 arch/x86/kernel/pci-calgary_64.c target = calgary_reg(bbar, phb_offset(tbl->it_busno) | PHB_CSR_OFFSET); it_busno 892 arch/x86/kernel/pci-calgary_64.c target = calgary_reg(bbar, phb_offset(tbl->it_busno) | it_busno 91 arch/x86/kernel/tce_64.c tbl->it_busno = dev->bus->number;