Searched refs:PCIE_ATU_ENABLE (Results 1 – 3 of 3) sorted by relevance
296 PCIE_ATU_ENABLE); in dw_pcie_prog_outbound_atu_unroll()305 if (val & PCIE_ATU_ENABLE) in dw_pcie_prog_outbound_atu_unroll()349 dw_pcie_writel_dbi(pci, PCIE_ATU_CR2, PCIE_ATU_ENABLE); in __dw_pcie_prog_outbound_atu()357 if (val & PCIE_ATU_ENABLE) in __dw_pcie_prog_outbound_atu()422 PCIE_ATU_ENABLE | in dw_pcie_prog_inbound_atu_unroll()432 if (val & PCIE_ATU_ENABLE) in dw_pcie_prog_inbound_atu_unroll()471 dw_pcie_writel_dbi(pci, PCIE_ATU_CR2, PCIE_ATU_ENABLE | in dw_pcie_prog_inbound_atu()481 if (val & PCIE_ATU_ENABLE) in dw_pcie_prog_inbound_atu()508 dw_pcie_writel_dbi(pci, PCIE_ATU_CR2, ~(u32)PCIE_ATU_ENABLE); in dw_pcie_disable_atu()
62 atu_reg_write(pcie_ecam, index, PCIE_ATU_ENABLE, PCIE_ATU_CR2); in program_outbound_atu()
92 #define PCIE_ATU_ENABLE BIT(31) macro