Lines Matching refs:shmem

57 			 u_long shmem);
113 u_long *shmem; in com90xx_probe() local
203 for (shmem = &shmems[0]; shmem - shmems < numshmems; shmem++) { in com90xx_probe()
204 u_long ptr = *shmem; in com90xx_probe()
212 BUGMSG2(D_INIT, "%lXh ", *shmem); in com90xx_probe()
214 if (check_mem_region(*shmem, BUFFER_SIZE)) { in com90xx_probe()
218 *shmem = shmems[numshmems - 1]; in com90xx_probe()
220 shmem--; in com90xx_probe()
228 *shmem = shmems[numshmems - 1]; in com90xx_probe()
230 shmem--; in com90xx_probe()
242 *shmem = shmems[numshmems - 1]; in com90xx_probe()
244 shmem--; in com90xx_probe()
261 for (shmem = &shmems[0]; shmem - shmems < numshmems; shmem++) { in com90xx_probe()
268 BUGMSG2(D_INIT, "%lXh ", *shmem); in com90xx_probe()
363 for (shmem = &shmems[0]; shmem - shmems < numshmems; shmem++) { in com90xx_probe()
364 u_long ptr = *shmem; in com90xx_probe()
367 BUGMSG2(D_INIT, "%lXh)\n", *shmem); in com90xx_probe()
371 retval = com90xx_found(dev, *port, airq, *shmem); in com90xx_probe()
375 *shmem = shmems[numshmems - 1]; in com90xx_probe()
397 for (shmem = &shmems[0]; shmem - shmems < numshmems; shmem++) in com90xx_probe()
398 isa_writeb(TESTvalue, *shmem); in com90xx_probe()
410 u_long shmem) in com90xx_found() argument
434 if (isa_readb(shmem) == TESTvalue in com90xx_found()
435 && isa_readb(shmem - mirror_size) != TESTvalue in com90xx_found()
436 && isa_readb(shmem - 2 * mirror_size) == TESTvalue) in com90xx_found()
439 first_mirror = last_mirror = shmem; in com90xx_found()
615 static int shmem; variable
620 MODULE_PARM(shmem, "i");
629 if (io || irq || shmem || device) { in init_module()
637 dev->mem_start = shmem; in init_module()