Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c483 if (!ret && (pci->iatu_unroll_enabled & DWC_IATU_IOCFG_SHARED)) in dw_pcie_rd_other_conf()
499 if (!ret && (pci->iatu_unroll_enabled & DWC_IATU_IOCFG_SHARED)) in dw_pcie_wr_other_conf()
610 pci->iatu_unroll_enabled |= DWC_IATU_IOCFG_SHARED; in dw_pcie_setup_rc()
H A Dpcie-designware.h261 #define DWC_IATU_IOCFG_SHARED BIT(1) macro