Searched refs:iomem_size (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dmem_user.h45 extern int iomem_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dum_arch.c415 iomem_size = (iomem_size + PAGE_SIZE - 1) & PAGE_MASK;
416 max_physmem = get_kmem_end() - uml_physmem - iomem_size - MIN_VMALLOC;
422 if(physmem_size + iomem_size > max_physmem){
423 highmem = physmem_size + iomem_size - max_physmem;
433 end_iomem = high_physmem + iomem_size;
439 if(init_maps(physmem_size, iomem_size, highmem)){
H A Dphysmem.c153 *offset_out = phys - iomem_size;
190 int iomem_size = 0; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dstart_up.c556 iomem_size += new->size + UM_KERN_PAGE_SIZE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/korg1212/
H A Dkorg1212.c2123 unsigned ioport_size, iomem_size, iomem2_size; local
2181 iomem_size = pci_resource_len(korg1212->pci, 0);
2190 korg1212->iomem, iomem_size,
2195 if ((korg1212->iobase = ioremap(korg1212->iomem, iomem_size)) == NULL) {
2197 korg1212->iomem + iomem_size - 1);

Completed in 113 milliseconds