Searched refs:APPL_CTRL (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/pci/controller/dwc/ |
| D | pcie-tegra194.c | 46 #define APPL_CTRL 0x4 macro 807 val = appl_readl(pcie, APPL_CTRL); in tegra_pcie_prepare_host() 809 appl_writel(pcie, val, APPL_CTRL); in tegra_pcie_prepare_host() 849 val = appl_readl(pcie, APPL_CTRL); in tegra_pcie_dw_host_init() 851 appl_writel(pcie, val, APPL_CTRL); in tegra_pcie_dw_host_init() 1165 val = appl_readl(pcie, APPL_CTRL); in tegra_pcie_config_controller() 1169 appl_writel(pcie, val, APPL_CTRL); in tegra_pcie_config_controller() 1187 val = appl_readl(pcie, APPL_CTRL); in tegra_pcie_config_controller() 1188 appl_writel(pcie, val | APPL_CTRL_SYS_PRE_DET_STATE, APPL_CTRL); in tegra_pcie_config_controller() 1345 data = appl_readl(pcie, APPL_CTRL); in tegra_pcie_dw_pme_turnoff() [all …]
|