Searched refs:ARG_2 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dacmacros.h308 #define ARG_2(x) ((u32)(x) << (1 * ARG_TYPE_WIDTH)) macro
315 #define ARGI_LIST2(a, b) (ARG_1(b)|ARG_2(a))
316 #define ARGI_LIST3(a, b, c) (ARG_1(c)|ARG_2(b)|ARG_3(a))
317 #define ARGI_LIST4(a, b, c, d) (ARG_1(d)|ARG_2(c)|ARG_3(b)|ARG_4(a))
318 #define ARGI_LIST5(a, b, c, d, e) (ARG_1(e)|ARG_2(d)|ARG_3(c)|ARG_4(b)|ARG_5(a))
319 #define ARGI_LIST6(a, b, c, d, e, f) (ARG_1(f)|ARG_2(e)|ARG_3(d)|ARG_4(c)|ARG_5(b)|ARG_6(a))
322 #define ARGP_LIST2(a, b) (ARG_1(a)|ARG_2(b))
323 #define ARGP_LIST3(a, b, c) (ARG_1(a)|ARG_2(b)|ARG_3(c))
324 #define ARGP_LIST4(a, b, c, d) (ARG_1(a)|ARG_2(b)|ARG_3(c)|ARG_4(d))
325 #define ARGP_LIST5(a, b, c, d, e) (ARG_1(a)|ARG_2(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGuiEvents.h261 template <typename ARG_1, typename ARG_2>
265 typedef void (*FuncType)(ARG_1, ARG_2);
268 CMuleNotifier2(FuncType func, ARG_1 arg1, ARG_2 arg2)
281 return new CMuleNotifier2<ARG_1, ARG_2>(m_func, m_arg1, m_arg2);
287 ARG_2 m_arg2;
292 template <typename ARG_1, typename ARG_2, typename ARG_3>
296 typedef void (*FuncType)(ARG_1, ARG_2, ARG_3);
299 CMuleNotifier3(FuncType func, ARG_1 arg1, ARG_2 arg2, ARG_3 arg3)
313 return new CMuleNotifier3<ARG_1, ARG_2, ARG_3>(m_func, m_arg1, m_arg2, m_arg3);
319 ARG_2 m_arg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx_old/
H A Daic7xxx_reg.h289 #define ARG_2 0x52 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c7134 printk("ACCUM = 0x%x, SINDEX = 0x%x, DINDEX = 0x%x, ARG_2 = 0x%x\n",
7136 ahc_inb(ahc, ARG_2));

Completed in 76 milliseconds