Searched refs:afi_readl (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/pci/host/ |
D | pci-tegra.c | 334 static inline u32 afi_readl(struct tegra_pcie *pcie, unsigned long offset) in afi_readl() function 516 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_reset() 522 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_reset() 534 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_enable() 554 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_disable() 559 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_disable() 655 code = afi_readl(pcie, AFI_INTR_CODE) & AFI_INTR_CODE_MASK; in tegra_pcie_isr() 656 signature = afi_readl(pcie, AFI_INTR_SIGNATURE); in tegra_pcie_isr() 678 u32 fpci = afi_readl(pcie, AFI_UPPER_FPCI_ADDRESS) & 0xff; in tegra_pcie_isr() 842 value = afi_readl(pcie, AFI_PLLE_CONTROL); in tegra_pcie_enable_controller() [all …]
|