Home
last modified time | relevance | path

Searched refs:bs_asic_type (Results 1 – 4 of 4) sorted by relevance

/arch/ia64/sn/kernel/
Dio_common.c255 if (bs && bs->bs_asic_type < PCIIO_ASIC_MAX_TYPES) { in sn_pci_fixup_slot()
256 SN_PCIDEV_BUSPROVIDER(dev) = sn_pci_provider[bs->bs_asic_type]; in sn_pci_fixup_slot()
295 if (prom_bussoft_ptr->bs_asic_type >= PCIIO_ASIC_MAX_TYPES) { in sn_common_bus_fixup()
297 prom_bussoft_ptr->bs_asic_type); in sn_common_bus_fixup()
301 if (prom_bussoft_ptr->bs_asic_type == PCIIO_ASIC_TYPE_PPB) in sn_common_bus_fixup()
304 provider = sn_pci_provider[prom_bussoft_ptr->bs_asic_type]; in sn_common_bus_fixup()
307 prom_bussoft_ptr->bs_asic_type); in sn_common_bus_fixup()
342 b->bs_asic_type, b->bs_xid, b->bs_persist_busnum, in sn_common_bus_fixup()
537 if ((bussoft->bs_asic_type == PCIIO_ASIC_TYPE_TIOCP) || in sn_io_late_init()
538 (bussoft->bs_asic_type == PCIIO_ASIC_TYPE_TIOCE) || in sn_io_late_init()
[all …]
Dmsi_sn.c118 sn_irq_info->irq_bridge_type = bussoft->bs_asic_type; in sn_setup_msi_irq()
/arch/ia64/include/asm/sn/
Dpcibus_provider_defs.h32 u32 bs_asic_type; /* chipset type */ member
/arch/ia64/sn/pci/pcibr/
Dpcibr_provider.c122 if (! IS_PCI_BRIDGE_ASIC(prom_bussoft->bs_asic_type)) { in pcibr_bus_fixup()