Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-designware-host.c522 PCIE_ATU_FUNC(PCI_FUNC(devfn)); in dw_pcie_rd_other_conf()
561 PCIE_ATU_FUNC(PCI_FUNC(devfn)); in dw_pcie_wr_other_conf()
Dpcie-designware.h73 #define PCIE_ATU_FUNC(x) (((x) & 0x7) << 16) macro