Searched refs:appl_readl (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-tegra194.c | 306 static inline u32 appl_readl(struct tegra_pcie_dw *pcie, const u32 reg) in appl_readl() function 377 status_l0 = appl_readl(pcie, APPL_INTR_STATUS_L0); in tegra_pcie_rp_irq_handler() 379 status_l1 = appl_readl(pcie, APPL_INTR_STATUS_L1_0_0); in tegra_pcie_rp_irq_handler() 384 val = appl_readl(pcie, APPL_CAR_RESET_OVRD); in tegra_pcie_rp_irq_handler() 388 val = appl_readl(pcie, APPL_CAR_RESET_OVRD); in tegra_pcie_rp_irq_handler() 399 status_l1 = appl_readl(pcie, APPL_INTR_STATUS_L1_8_0); in tegra_pcie_rp_irq_handler() 425 status_l1 = appl_readl(pcie, APPL_INTR_STATUS_L1_18); in tegra_pcie_rp_irq_handler() 468 val = appl_readl(pcie, APPL_CTRL); in pex_ep_event_hot_rst_done() 504 val = appl_readl(pcie, APPL_LTR_MSG_2); in tegra_pcie_ep_irq_thread() 510 val = appl_readl(pcie, APPL_LTR_MSG_2); in tegra_pcie_ep_irq_thread() [all …]
|