Home
last modified time | relevance | path

Searched refs:PCIE_ATU_FUNC (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/pci/controller/dwc/
Dpcie-designware-host.c533 PCIE_ATU_FUNC(PCI_FUNC(devfn)); in dw_pcie_rd_other_conf()
572 PCIE_ATU_FUNC(PCI_FUNC(devfn)); in dw_pcie_wr_other_conf()
Dpcie-designware.h73 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro