PCI_CHIP_ID
uint32_t chip_id = PCI_CHIP_ID(pci_p);
(PCI_CHIP_ID(pci_p) <= TOMATILLO_VER_24))
if (PCI_CHIP_ID(pci_p) <= TOMATILLO_VER_23) {
if (PCI_CHIP_ID(pci_p) >= SCHIZO_VER_23) {
if ((PCI_CHIP_ID(pci_p) == XMITS_VER_10) ||
(PCI_CHIP_ID(pci_p) <= SCHIZO_VER_23)) {
if (PCI_CHIP_ID(pci_p) >= XMITS_VER_30) {
} else if (PCI_CHIP_ID(pci_p) >= TOMATILLO_VER_21) {
if (PCI_CHIP_ID(pci_p) <= XMITS_VER_10)
if (PCI_CHIP_ID(pci_p) >= XMITS_VER_30) {
l |= PCI_CHIP_ID(pci_p) == XMITS_VER_10 ? XMITS10_PCI_CTRL_ARB_EN_MASK :
if (PCI_CHIP_ID(pci_p) <= TOMATILLO_VER_20 || (pci_dto_intr_enable &
PCI_CHIP_ID(pci_p) >= SCHIZO_VER_25) ||
#define CHIP_TYPE(pci_p) ID_CHIP_TYPE(PCI_CHIP_ID(pci_p))
#define CHIP_REV(pci_p) (PCI_CHIP_ID(pci_p) & 0xFF)
#define CHIP_VER(pci_p) ((PCI_CHIP_ID(pci_p) >> 8) & 0xFF)