Searched refs:iomem_size (Results 1 – 6 of 6) sorted by relevance
378 iomem_size = (iomem_size + PAGE_SIZE - 1) & PAGE_MASK; in linux_main()380 max_physmem = TASK_SIZE - uml_physmem - iomem_size - MIN_VMALLOC; in linux_main()388 end_iomem = high_physmem + iomem_size; in linux_main()
157 int iomem_size; variable
45 extern int iomem_size;
331 unsigned int regmem_size = 0, iomem_size = 0; in bcm63xx_drv_pcmcia_probe() local370 iomem_size = resource_size(res); in bcm63xx_drv_pcmcia_probe()371 skt->io_base = ioremap(res->start, iomem_size); in bcm63xx_drv_pcmcia_probe()
343 iomem_size += new->size + UM_KERN_PAGE_SIZE; in parse_iomem()
2073 __maybe_unused unsigned iomem_size; in snd_korg1212_create() local2119 iomem_size = pci_resource_len(korg1212->pci, 0); in snd_korg1212_create()2128 korg1212->iomem, iomem_size, in snd_korg1212_create()