CHIP_REV
#define CHIP_REV(_chip_id) ((_chip_id) & CHIP_REV_MASK)
#define CHIP_REV(c) ((c) >> 28)
#define CHIP_REV(pci_p) (PCI_CHIP_ID(pci_p) & 0xFF)