Searched refs:appl_readl (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/pci/controller/dwc/ |
D | pcie-tegra194.c | 303 static inline u32 appl_readl(struct tegra_pcie_dw *pcie, const u32 reg) in appl_readl() function 354 status_l0 = appl_readl(pcie, APPL_INTR_STATUS_L0); in tegra_pcie_rp_irq_handler() 356 status_l1 = appl_readl(pcie, APPL_INTR_STATUS_L1_0_0); in tegra_pcie_rp_irq_handler() 361 val = appl_readl(pcie, APPL_CAR_RESET_OVRD); in tegra_pcie_rp_irq_handler() 365 val = appl_readl(pcie, APPL_CAR_RESET_OVRD); in tegra_pcie_rp_irq_handler() 376 status_l1 = appl_readl(pcie, APPL_INTR_STATUS_L1_8_0); in tegra_pcie_rp_irq_handler() 402 status_l1 = appl_readl(pcie, APPL_INTR_STATUS_L1_18); in tegra_pcie_rp_irq_handler() 445 val = appl_readl(pcie, APPL_CTRL); in pex_ep_event_hot_rst_done() 479 val = appl_readl(pcie, APPL_LTR_MSG_2); in tegra_pcie_ep_irq_thread() 485 val = appl_readl(pcie, APPL_LTR_MSG_2); in tegra_pcie_ep_irq_thread() [all …]
|