Searched refs:PCI_CHIP_TOMATILLO (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/sun4u/sys/pci/ |
H A D | pcisch.h | 57 #define TOMATILLO_VER_10 CHIP_ID(PCI_CHIP_TOMATILLO, 0x00, 0x00) 58 #define TOMATILLO_VER_20 CHIP_ID(PCI_CHIP_TOMATILLO, 0x01, 0x00) 59 #define TOMATILLO_VER_21 CHIP_ID(PCI_CHIP_TOMATILLO, 0x02, 0x00) 60 #define TOMATILLO_VER_22 CHIP_ID(PCI_CHIP_TOMATILLO, 0x03, 0x00) 61 #define TOMATILLO_VER_23 CHIP_ID(PCI_CHIP_TOMATILLO, 0x04, 0x00) 62 #define TOMATILLO_VER_24 CHIP_ID(PCI_CHIP_TOMATILLO, 0X05, 0X00) 540 ((chip_type) == PCI_CHIP_TOMATILLO ? ((id) >> 1) << 1 : (id)) 546 ((cmn_p->pci_chip_id >> 16) == PCI_CHIP_TOMATILLO) ? PCI_TOMATILLO : \
|
H A D | pci_var.h | 66 PCI_CHIP_TOMATILLO enumerator
|
/titanic_44/usr/src/uts/sun4u/io/pci/ |
H A D | pcisch.c | 856 if (CHIP_TYPE(pci_p) == PCI_CHIP_TOMATILLO) { 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() 1331 if (CHIP_TYPE(pci_p) != PCI_CHIP_TOMATILLO && segkmem_reloc != 0) { in pci_pbm_setup() 1365 if (CHIP_TYPE(pci_p) == PCI_CHIP_TOMATILLO) { in pci_pbm_setup() 1730 if (CB_CHIP_TYPE(cb_p) == PCI_CHIP_TOMATILLO) in cb_buserr_intr() 2431 (CHIP_TYPE(pci_p) != PCI_CHIP_TOMATILLO)) { in pci_pbm_err_handler() 2638 if (CHIP_TYPE(pci_p) == PCI_CHIP_TOMATILLO) { in pci_pbm_errstate_get() 2855 } else if (CHIP_TYPE(pci_p) == PCI_CHIP_TOMATILLO) { in cb_ereport_post() 3002 if (CHIP_TYPE(iommu_p->iommu_pci_p) != PCI_CHIP_TOMATILLO) in pci_iommu_disp() [all …]
|