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()353 dw_pcie_writel_dbi(pci, PCIE_ATU_CR2, PCIE_ATU_ENABLE); in __dw_pcie_prog_outbound_atu()361 if (val & PCIE_ATU_ENABLE) in __dw_pcie_prog_outbound_atu()426 PCIE_ATU_ENABLE | in dw_pcie_prog_inbound_atu_unroll()436 if (val & PCIE_ATU_ENABLE) in dw_pcie_prog_inbound_atu_unroll()475 dw_pcie_writel_dbi(pci, PCIE_ATU_CR2, PCIE_ATU_ENABLE | in dw_pcie_prog_inbound_atu()485 if (val & PCIE_ATU_ENABLE) in dw_pcie_prog_inbound_atu()514 ~(u32)PCIE_ATU_ENABLE); in dw_pcie_disable_atu()517 ~(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