tag | line | file | source code |
---|---|---|---|
PCI_DRAM_OFFSET | 8 | include/asm-ppc/io.h | #ifndef PCI_DRAM_OFFSET |
PCI_DRAM_OFFSET | 25 | include/asm-ppc/io.h | return ((unsigned long)((long)address - KERNELBASE + PCI_DRAM_OFFSET)); |
PCI_DRAM_OFFSET | 31 | include/asm-ppc/io.h | return ((void *)(address - PCI_DRAM_OFFSET + KERNELBASE)); |