Searched refs:map2 (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/arch/mips/mti-malta/ |
D | malta-pci.c | 93 resource_size_t start, end, map, start1, end1, map1, map2, map3, mask; in mips_pcibios_init() local 166 map2 = (BONITO_PCIMAP & BONITO_PCIMAP_PCIMAP_LO1) >> in mips_pcibios_init() 174 if (map3 == map2 + 1) { in mips_pcibios_init() 175 map = map2; in mips_pcibios_init() 179 if (map2 == map1 + 1) { in mips_pcibios_init()
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | smp.h | 31 #define physids_equal(map1, map2) bitmap_equal((map1).mask, (map2).mask, MAX_APICS) argument
|
/linux-2.6.39/drivers/net/ |
D | ax88796.c | 94 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()
|
/linux-2.6.39/arch/x86/include/asm/ |
D | mpspec.h | 137 #define physids_equal(map1, map2) \ argument 138 bitmap_equal((map1).mask, (map2).mask, MAX_LOCAL_APIC)
|
/linux-2.6.39/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");
|
/linux-2.6.39/drivers/staging/octeon/ |
D | cvmx-pip-defs.h | 234 uint64_t map2:4; member 259 uint64_t map2:4; member
|
/linux-2.6.39/Documentation/input/ |
D | joystick-parport.txt | 462 gamecon.map2 and gamecon.map3 as additional command line parameters for two 516 use turbografx.map2 and turbografx.map3 as additional command line parameters
|