Home
last modified time | relevance | path

Searched defs:HISI_PCIE_CORE_PORT_ID (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/pci/controller/
Dpcie-hisi-error.c43 #define HISI_PCIE_CORE_PORT_ID(v) (((v) & 7) << 1) macro
/linux-6.12.1/drivers/hwtracing/ptt/
Dhisi_ptt.h84 #define HISI_PCIE_CORE_PORT_ID(devfn) ((PCI_SLOT(devfn) & 0x7) << 1) macro