Searched refs:afi_readl (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/pci/ |
H A D | pci_tegra.c | 246 static unsigned long afi_readl(struct tegra_pcie *pcie, unsigned long offset) in afi_readl() function 736 value = afi_readl(pcie, AFI_PLLE_CONTROL); 745 value = afi_readl(pcie, AFI_PCIE_CONFIG); 754 value = afi_readl(pcie, AFI_FUSE); 787 value = afi_readl(pcie, AFI_CONFIGURATION); 898 value = afi_readl(port->pcie, ctrl); 904 value = afi_readl(port->pcie, ctrl); 927 value = afi_readl(pcie, ctrl); 1000 value = afi_readl(port->pcie, ctrl); 1005 value = afi_readl(port->pcie, ctrl);
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-tegra.c | 381 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() 526 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_reset() 661 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_enable() 694 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_disable() 699 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_disable() 708 value = afi_readl(port->pcie, AFI_PCIE_CONFIG); in tegra_pcie_port_disable() 783 code = afi_readl(pcie, AFI_INTR_CODE) & AFI_INTR_CODE_MASK; in tegra_pcie_isr() 784 signature = afi_readl(pcie, AFI_INTR_SIGNATURE); in tegra_pcie_isr() 804 u32 fpci = afi_readl(pcie, AFI_UPPER_FPCI_ADDRESS) & 0xff; in tegra_pcie_isr() [all …]
|