Searched refs:afi_readl (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci_tegra.c | 250 static unsigned long afi_readl(struct tegra_pcie *pcie, unsigned long offset) in afi_readl() function 740 value = afi_readl(pcie, AFI_PLLE_CONTROL); 749 value = afi_readl(pcie, AFI_PCIE_CONFIG); 758 value = afi_readl(pcie, AFI_FUSE); 791 value = afi_readl(pcie, AFI_CONFIGURATION); 902 value = afi_readl(port->pcie, ctrl); 908 value = afi_readl(port->pcie, ctrl); 921 value = afi_readl(pcie, ctrl); 994 value = afi_readl(port->pcie, ctrl); 999 value = afi_readl(port->pcie, ctrl);
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pci-tegra.c | 400 static inline u32 afi_readl(struct tegra_pcie *pcie, unsigned long offset) in afi_readl() function 535 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_reset() 545 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_reset() 680 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_enable() 713 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_disable() 718 value = afi_readl(port->pcie, ctrl); in tegra_pcie_port_disable() 727 value = afi_readl(port->pcie, AFI_PCIE_CONFIG); in tegra_pcie_port_disable() 802 code = afi_readl(pcie, AFI_INTR_CODE) & AFI_INTR_CODE_MASK; in tegra_pcie_isr() 803 signature = afi_readl(pcie, AFI_INTR_SIGNATURE); in tegra_pcie_isr() 823 u32 fpci = afi_readl(pcie, AFI_UPPER_FPCI_ADDRESS) & 0xff; in tegra_pcie_isr() [all …]
|