Lines Matching refs:shmem
58 static int com90xx_found(int ioaddr, int airq, u_long shmem, void __iomem *);
107 static int shmem; variable
112 module_param(shmem, int, 0);
127 if (!io && !irq && !shmem && !*device && com90xx_skip_probe) in com90xx_probe()
150 if (shmem) in com90xx_probe()
151 shmems[numshmems++] = shmem; in com90xx_probe()
458 static int __init com90xx_found(int ioaddr, int airq, u_long shmem, void __iomem *p) in com90xx_found() argument
470 release_mem_region(shmem, MIRROR_SIZE); in com90xx_found()
482 check_mirror(shmem - MIRROR_SIZE, MIRROR_SIZE) == 0 && in com90xx_found()
483 check_mirror(shmem - 2 * MIRROR_SIZE, MIRROR_SIZE) == 1) in com90xx_found()
486 first_mirror = shmem - mirror_size; in com90xx_found()
491 last_mirror = shmem + mirror_size; in com90xx_found()
500 release_mem_region(shmem, MIRROR_SIZE); in com90xx_found()
690 shmem = ints[3]; in com90xx_setup()