Searched refs:TLP_CFG_DW2 (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/pci/ |
H A D | pcie_intel_fpga.c | 53 #define TLP_CFG_DW2(bus, dev, fn, offset) \ macro 203 headers[2] = TLP_CFG_DW2(busno, PCI_DEV(bdf), PCI_FUNC(bdf), offset); in tlp_cfg_dword_read() 218 headers[2] = TLP_CFG_DW2(busno, PCI_DEV(bdf), PCI_FUNC(bdf), offset); in tlp_cfg_dword_write()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-altera.c | 64 #define TLP_CFG_DW2(bus, devfn, offset) \ macro 335 headers[2] = TLP_CFG_DW2(bus, devfn, where); in get_tlp_header()
|