Searched refs:appl_readl (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/ |
| H A D | pcie-tegra194.c | 325 static inline u32 appl_readl(struct tegra_pcie_dw *pcie, const u32 reg) in appl_readl() function 376 status_l0 = appl_readl(pcie, APPL_INTR_STATUS_L0); in tegra_pcie_rp_irq_handler() 378 status_l1 = appl_readl(pcie, APPL_INTR_STATUS_L1_0_0); in tegra_pcie_rp_irq_handler() 382 val = appl_readl(pcie, APPL_CAR_RESET_OVRD); in tegra_pcie_rp_irq_handler() 386 val = appl_readl(pcie, APPL_CAR_RESET_OVRD); in tegra_pcie_rp_irq_handler() 397 status_l1 = appl_readl(pcie, APPL_INTR_STATUS_L1_8_0); in tegra_pcie_rp_irq_handler() 417 status_l1 = appl_readl(pcie, APPL_INTR_STATUS_L1_18); in tegra_pcie_rp_irq_handler() 460 val = appl_readl(pcie, APPL_CTRL); in pex_ep_event_hot_rst_done() 491 val = appl_readl(pcie, APPL_LTR_MSG_2); in tegra_pcie_ep_irq_thread() 497 val = appl_readl(pcie, APPL_LTR_MSG_2); in tegra_pcie_ep_irq_thread() [all …]
|