taglinefilesource code
PCI_DRAM_OFFSET8include/asm-ppc/io.h#ifndef PCI_DRAM_OFFSET
PCI_DRAM_OFFSET25include/asm-ppc/io.hreturn ((unsigned long)((long)address - KERNELBASE + PCI_DRAM_OFFSET));
PCI_DRAM_OFFSET31include/asm-ppc/io.hreturn ((void *)(address - PCI_DRAM_OFFSET + KERNELBASE));