Home
last modified time | relevance | path

Searched refs:pcie_base (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/mips/pci/
Dpci-mt7620.c75 static void __iomem *pcie_base; variable
91 iowrite32(val, pcie_base + reg); in pcie_w32()
96 return ioread32(pcie_base + reg); in pcie_r32()
298 pcie_base = devm_ioremap_resource(&pdev->dev, pcie_res); in mt7620_pci_probe()
299 if (IS_ERR(pcie_base)) in mt7620_pci_probe()
300 return PTR_ERR(pcie_base); in mt7620_pci_probe()
/Linux-v5.4/drivers/misc/habanalabs/goya/
Dgoya_coresight.c487 u32 pcie_base = 0; in goya_config_bmon() local
522 pcie_base = 0xA000000; in goya_config_bmon()
524 WREG32(base_reg + 0x700, pcie_base | 0xB00 | (input->id << 12)); in goya_config_bmon()
525 WREG32(base_reg + 0x708, pcie_base | 0xA00 | (input->id << 12)); in goya_config_bmon()
526 WREG32(base_reg + 0x70C, pcie_base | 0xC00 | (input->id << 12)); in goya_config_bmon()