Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpcie_intel_fpga.c39 #define TLP_REQ_ID(bus, devfn) (((bus) << 8) | (devfn)) macro
/openbmc/linux/drivers/pci/controller/
H A Dpcie-altera.c58 #define TLP_REQ_ID(bus, devfn) (((bus) << 8) | (devfn)) macro