Searched refs:map2 (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/arch/mips/pci/ |
D | pci-malta.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-4.1.27/arch/m32r/include/asm/ |
D | smp.h | 31 #define physids_equal(map1, map2) bitmap_equal((map1).mask, (map2).mask, MAX_APICS) argument
|
/linux-4.1.27/arch/x86/include/asm/ |
D | mpspec.h | 119 #define physids_equal(map1, map2) \ argument 120 bitmap_equal((map1).mask, (map2).mask, MAX_LOCAL_APIC)
|
/linux-4.1.27/drivers/net/ethernet/8390/ |
D | ax88796.c | 94 void __iomem *map2; member 824 if (ax->map2) { in ax_remove() 825 iounmap(ax->map2); in ax_remove() 929 ax->map2 = ioremap(mem2->start, mem2_size); in ax_probe() 930 if (!ax->map2) { in ax_probe() 936 ei_local->reg_offset[0x1f] = ax->map2 - ei_local->mem; in ax_probe() 944 if (!ax->map2) in ax_probe() 947 iounmap(ax->map2); in ax_probe()
|
/linux-4.1.27/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-4.1.27/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
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 287 map2 { 584 map2 {
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-pip-defs.h | 498 uint64_t map2:4; member 504 uint64_t map2:4; 549 uint64_t map2:4; member 555 uint64_t map2:4;
|