Searched refs:appl_readl (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/drivers/pci/controller/dwc/ |
D | pcie-tegra194.c | 299 static inline u32 appl_readl(struct tegra_pcie_dw *pcie, const u32 reg) in appl_readl() function 366 status_l0 = appl_readl(pcie, APPL_INTR_STATUS_L0); in tegra_pcie_rp_irq_handler() 368 status_l1 = appl_readl(pcie, APPL_INTR_STATUS_L1_0_0); in tegra_pcie_rp_irq_handler() 373 val = appl_readl(pcie, APPL_CAR_RESET_OVRD); in tegra_pcie_rp_irq_handler() 377 val = appl_readl(pcie, APPL_CAR_RESET_OVRD); in tegra_pcie_rp_irq_handler() 388 status_l1 = appl_readl(pcie, APPL_INTR_STATUS_L1_8_0); in tegra_pcie_rp_irq_handler() 414 status_l1 = appl_readl(pcie, APPL_INTR_STATUS_L1_18); in tegra_pcie_rp_irq_handler() 457 val = appl_readl(pcie, APPL_CTRL); in pex_ep_event_hot_rst_done() 497 val = appl_readl(pcie, APPL_LTR_MSG_2); in tegra_pcie_ep_irq_thread() 503 val = appl_readl(pcie, APPL_LTR_MSG_2); in tegra_pcie_ep_irq_thread() [all …]
|