Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pci/controller/dwc/
Dpcie-designware.c295 dw_pcie_writel_ob_unroll(pci, index, PCIE_ATU_UNR_REGION_CTRL2, in dw_pcie_prog_outbound_atu_unroll()
304 PCIE_ATU_UNR_REGION_CTRL2); in dw_pcie_prog_outbound_atu_unroll()
424 dw_pcie_writel_ib_unroll(pci, index, PCIE_ATU_UNR_REGION_CTRL2, in dw_pcie_prog_inbound_atu_unroll()
435 PCIE_ATU_UNR_REGION_CTRL2); in dw_pcie_prog_inbound_atu_unroll()
513 dw_pcie_writel_ib_unroll(pci, index, PCIE_ATU_UNR_REGION_CTRL2, in dw_pcie_disable_atu()
516 dw_pcie_writel_ob_unroll(pci, index, PCIE_ATU_UNR_REGION_CTRL2, in dw_pcie_disable_atu()
Dpcie-designware.h125 #define PCIE_ATU_UNR_REGION_CTRL2 0x04 macro