Searched refs:pci_dram_offset (Results 1 – 4 of 4) sorted by relevance
296 pci_dram_offset = *dma; in chrp_find_bridges()311 pci_dram_offset = dma[2] - dma[3]; in chrp_find_bridges()312 printk("pci_dram_offset = %lx\n", pci_dram_offset); in chrp_find_bridges()
35 unsigned long pci_dram_offset = 0; variable38 EXPORT_SYMBOL(pci_dram_offset);
54 #define PCI_DRAM_OFFSET pci_dram_offset63 extern unsigned long pci_dram_offset;
154 if (dma_offset_set && pci_dram_offset != res->start) { in ppc4xx_parse_dma_ranges()188 pci_dram_offset = res->start; in ppc4xx_parse_dma_ranges()193 pci_dram_offset); in ppc4xx_parse_dma_ranges()
Completed in 15 milliseconds