Home
last modified time | relevance | path

Searched refs:PCI_CHIP_TOMATILLO (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpcisch.h57 #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 Dpci_var.h66 PCI_CHIP_TOMATILLO enumerator
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcisch.c856 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()
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()
3227 return (CHIP_ID(PCI_CHIP_TOMATILLO, ver, 0x00)); in pci_identity_init()
3416 if (CHIP_TYPE(pci_p) != PCI_CHIP_TOMATILLO) in pci_ecc_add_intr()
[all …]