Searched refs:map2 (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/8390/ |
D | ax88796.c | 93 void __iomem *map2; member 807 if (ax->map2) { in ax_remove() 808 iounmap(ax->map2); in ax_remove() 912 ax->map2 = ioremap(mem2->start, mem2_size); in ax_probe() 913 if (!ax->map2) { in ax_probe() 919 ei_local->reg_offset[0x1f] = ax->map2 - ei_local->mem; in ax_probe() 927 if (!ax->map2) in ax_probe() 930 iounmap(ax->map2); in ax_probe()
|
/drivers/input/joystick/ |
D | turbografx.c | 56 module_param_array_named(map2, tgfx_cfg[1].args, int, &tgfx_cfg[1].nargs, 0); 57 MODULE_PARM_DESC(map2, "Describes second set of devices");
|
D | gamecon.c | 60 module_param_array_named(map2, gc_cfg[1].args, int, &gc_cfg[1].nargs, 0); 61 MODULE_PARM_DESC(map2, "Describes second set of devices");
|