Searched refs:PCIE_ATU_ENABLE (Results 1 – 3 of 3) sorted by relevance
304 PCIE_ATU_ENABLE); in dw_pcie_prog_outbound_atu_unroll()313 if (val & PCIE_ATU_ENABLE) in dw_pcie_prog_outbound_atu_unroll()361 dw_pcie_writel_dbi(pci, PCIE_ATU_CR2, PCIE_ATU_ENABLE); in __dw_pcie_prog_outbound_atu()369 if (val & PCIE_ATU_ENABLE) in __dw_pcie_prog_outbound_atu()434 PCIE_ATU_ENABLE | in dw_pcie_prog_inbound_atu_unroll()444 if (val & PCIE_ATU_ENABLE) in dw_pcie_prog_inbound_atu_unroll()483 dw_pcie_writel_dbi(pci, PCIE_ATU_CR2, PCIE_ATU_ENABLE | in dw_pcie_prog_inbound_atu()493 if (val & PCIE_ATU_ENABLE) in dw_pcie_prog_inbound_atu()522 ~(u32)PCIE_ATU_ENABLE); in dw_pcie_disable_atu()525 ~(u32)PCIE_ATU_ENABLE); in dw_pcie_disable_atu()[all …]
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