HISI_PCIE_CORE_PORT_ID
#define HISI_PCIE_CORE_PORT_ID(devfn) ((PCI_SLOT(devfn) & 0x7) << 1)
#define HISI_PCIE_CORE_PORT_ID(v) (((v) & 7) << 1)