Searched refs:CHIP_TYPE (Results 1 – 6 of 6) sorted by relevance
298 if (CHIP_TYPE(pci_p) != PCI_CHIP_SCHIZO) in pci_intr_setup()324 (CHIP_TYPE(pci_p) == PCI_CHIP_XMITS)) in pci_sc_configure()394 uint32_t locked, chip_type = CHIP_TYPE(pci_p); in pci_pbm_dma_sync()776 if (CHIP_TYPE(pci_p) == PCI_CHIP_XMITS) { in pbm_configure()856 if (CHIP_TYPE(pci_p) == PCI_CHIP_TOMATILLO) { in pbm_configure()873 if (((CHIP_TYPE(pci_p) == PCI_CHIP_SCHIZO) && in pbm_configure()875 (CHIP_TYPE(pci_p) == PCI_CHIP_XMITS)) { in pbm_configure()966 if (CHIP_TYPE(pci_p) == PCI_CHIP_XMITS) { in pbm_configure()1110 if (CHIP_TYPE(pci_p) == PCI_CHIP_TOMATILLO) { in pci_cb_setup()1238 if (CHIP_TYPE(pci_p) == PCI_CHIP_TOMATILLO) in pci_iommu_setup()[all …]
82 if (CHIP_TYPE(pci_p) != PCI_CHIP_XMITS) { in ib_create()346 if (CHIP_TYPE(pci_p) != PCI_CHIP_XMITS) { in ib_intr_dist_all()495 if (CHIP_TYPE(pci_p) != PCI_CHIP_XMITS) { in ib_suspend()515 if (CHIP_TYPE(pci_p) != PCI_CHIP_XMITS) { in ib_resume()
138 if (CHIP_TYPE(pci_p) == PCI_CHIP_PSYCHO) in pci_obj_setup()1220 if (CHIP_TYPE(pci_p) != PCI_CHIP_HUMMINGBIRD) in pci_iommu_setup()1285 if (CHIP_TYPE(pci_p) >= PCI_CHIP_SABRE) in pci_pbm_setup()
504 (CHIP_TYPE(iommu_p->iommu_pci_p) == PCI_CHIP_SABRE)) in iommu_preserve_tsb()
204 if (!simba_found && (CHIP_TYPE(pci_p) < PCI_CHIP_SCHIZO)) in map_pcidev_cfg_reg()
76 #define CHIP_TYPE(pci_p) ID_CHIP_TYPE(PCI_CHIP_ID(pci_p)) macro