Searched refs:pci_addr_phys (Results 1 – 1 of 1) sorted by relevance
61 static phys_addr_t pci_addr_phys; variable74 pci_addr_phys = 0; in do_pci_probe()76 pci_addr_phys = my_dev->resource[0].start; in do_pci_probe()77 pr_info("memory at %pa\n", &pci_addr_phys); in do_pci_probe()79 if (pci_addr_phys == 0) { in do_pci_probe()180 pci_addr_lin = ioremap(pci_addr_phys + DATA_PCI_OFF, 0x400); in atir_init_start()