Searched refs:afi_writel (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/pci/controller/ |
D | pci-tegra.c | 375 static inline void afi_writel(struct tegra_pcie *pcie, u32 value, in afi_writel() function 450 afi_writel(pcie, base, AFI_FPCI_BAR0); in tegra_pcie_map_bus() 518 afi_writel(port->pcie, value, ctrl); in tegra_pcie_port_reset() 528 afi_writel(port->pcie, value, ctrl); in tegra_pcie_port_reset() 669 afi_writel(port->pcie, value, ctrl); in tegra_pcie_port_enable() 696 afi_writel(port->pcie, value, ctrl); in tegra_pcie_port_disable() 705 afi_writel(port->pcie, value, ctrl); in tegra_pcie_port_disable() 711 afi_writel(port->pcie, value, AFI_PCIE_CONFIG); in tegra_pcie_port_disable() 785 afi_writel(pcie, 0, AFI_INTR_CODE); in tegra_pcie_isr() 832 afi_writel(pcie, pcie->cs.start, AFI_AXI_BAR0_START); in tegra_pcie_setup_translations() [all …]
|