Searched refs:afi_readl (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/pci/controller/ |
D | pci-tegra.c | 337 static inline u32 afi_readl(struct tegra_pcie *pcie, unsigned long offset) in afi_readl() function 468 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_reset() 474 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_reset() 486 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_enable() 512 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_disable() 517 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_disable() 624 code = afi_readl(pcie, AFI_INTR_CODE) & AFI_INTR_CODE_MASK; in tegra_pcie_isr() 625 signature = afi_readl(pcie, AFI_INTR_SIGNATURE); in tegra_pcie_isr() 645 u32 fpci = afi_readl(pcie, AFI_UPPER_FPCI_ADDRESS) & 0xff; in tegra_pcie_isr() 931 value = afi_readl(pcie, AFI_PLLE_CONTROL); in tegra_pcie_enable_controller() [all …]
|