Searched refs:PCIE_ATU_ENABLE (Results 1 – 2 of 2) sorted by relevance
126 PCIE_ATU_ENABLE); in dw_pcie_prog_outbound_atu_unroll()135 if (val & PCIE_ATU_ENABLE) in dw_pcie_prog_outbound_atu_unroll()170 dw_pcie_writel_dbi(pci, PCIE_ATU_CR2, PCIE_ATU_ENABLE); in dw_pcie_prog_outbound_atu()178 if (val & PCIE_ATU_ENABLE) in dw_pcie_prog_outbound_atu()226 PCIE_ATU_ENABLE | in dw_pcie_prog_inbound_atu_unroll()236 if (val & PCIE_ATU_ENABLE) in dw_pcie_prog_inbound_atu_unroll()273 dw_pcie_writel_dbi(pci, PCIE_ATU_CR2, PCIE_ATU_ENABLE in dw_pcie_prog_inbound_atu()282 if (val & PCIE_ATU_ENABLE) in dw_pcie_prog_inbound_atu()309 dw_pcie_writel_dbi(pci, PCIE_ATU_CR2, ~PCIE_ATU_ENABLE); in dw_pcie_disable_atu()
65 #define PCIE_ATU_ENABLE (0x1 << 31) macro