Searched refs:pci_mem (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Dcore_irongate.c206 unsigned long pci_mem = (memtop + 0x1000000UL) & ~0xffffffUL;
223 if (pci_mem > IRONGATE_3GB)
224 pci_mem = IRONGATE_3GB;
225 IRONGATE0->pci_mem = pci_mem;
226 alpha_mv.min_mem_address = pci_mem;
227 if (memtop > pci_mem) {
233 if (initrd_end && __pa(initrd_end) > pci_mem) {
238 if (!move_initrd(pci_mem))
244 memblock_reserve(pci_mem, memto
205 unsigned long pci_mem = (memtop + 0x1000000UL) & ~0xffffffUL; local
[all...]
H A Dsys_nautilus.c206 unsigned long bus_align, bus_size, pci_mem; local
246 pci_mem = (0x100000000UL - bus_size) & -bus_align;
247 irongate_mem.start = pci_mem;
255 printk(KERN_INFO "Irongate pci_mem %pR\n", &irongate_mem);
257 if (pci_mem < memtop)
258 memtop = pci_mem;
266 IRONGATE0->pci_mem = pci_mem;
/linux-master/arch/alpha/include/asm/
H A Dcore_irongate.h80 igcsr32 pci_mem; /* 0x9C - PCI top of memory, member in struct:__anon5

Completed in 118 milliseconds