Searched refs:PCIE_CORE_ID (Results 1 – 3 of 3) sorted by relevance
226 ((ai_get_buscoretype(sih) == PCIE_CORE_ID) && \253 if (core->id.id == PCIE_CORE_ID) { in pcicore_init()504 if (ai_get_buscoretype(sih) != PCIE_CORE_ID || in pcie_extendL1timer()740 if (!pi || ai_get_buscoretype(pi->sih) != PCIE_CORE_ID) in pcicore_hwup()748 if (!pi || ai_get_buscoretype(pi->sih) != PCIE_CORE_ID) in pcicore_up()776 if (!pi || ai_get_buscoretype(pi->sih) != PCIE_CORE_ID) in pcicore_down()
325 #define PCIE(sih) (ai_get_buscoretype(sih) == PCIE_CORE_ID)517 } else if (cid == PCIE_CORE_ID) { in ai_buscore_setup()
56 #define PCIE_CORE_ID 0x820 /* pci express core */ macro