Home
last modified time | relevance | path

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

/drivers/pci/controller/cadence/
A Dpcie-cadence-host.c159 val = cdns_pcie_readl(pcie, CDNS_PCIE_LM_PTM_CTRL); in cdns_pcie_host_disable_ptm_response()
160 cdns_pcie_writel(pcie, CDNS_PCIE_LM_PTM_CTRL, val & ~CDNS_PCIE_LM_TPM_CTRL_PTMRSEN); in cdns_pcie_host_disable_ptm_response()
167 val = cdns_pcie_readl(pcie, CDNS_PCIE_LM_PTM_CTRL); in cdns_pcie_host_enable_ptm_response()
168 cdns_pcie_writel(pcie, CDNS_PCIE_LM_PTM_CTRL, val | CDNS_PCIE_LM_TPM_CTRL_PTMRSEN); in cdns_pcie_host_enable_ptm_response()
A Dpcie-cadence.h120 #define CDNS_PCIE_LM_PTM_CTRL (CDNS_PCIE_LM_BASE + 0x0da8) macro

Completed in 9 milliseconds