Searched refs:pci_mem (Results 1 - 3 of 3) sorted by last modified time

/linux-master/arch/alpha/kernel/
H A Dsys_nautilus.c204 unsigned long bus_align, bus_size, pci_mem; local
244 pci_mem = (0x100000000UL - bus_size) & -bus_align;
245 irongate_mem.start = pci_mem;
253 printk(KERN_INFO "Irongate pci_mem %pR\n", &irongate_mem);
255 if (pci_mem < memtop)
256 memtop = pci_mem;
264 IRONGATE0->pci_mem = pci_mem;
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) {
232 if (initrd_end && __pa(initrd_end) > pci_mem) {
237 if (!move_initrd(pci_mem))
243 memblock_reserve(pci_mem, memto
205 unsigned long pci_mem = (memtop + 0x1000000UL) & ~0xffffffUL; local
[all...]
/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 153 milliseconds