Searched refs:_x_ (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/arch/arm/mach-tegra/ |
D | board-harmony.h | 20 #define HARMONY_GPIO_WM8903(_x_) (TEGRA_NR_GPIOS + (_x_)) argument
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | system.h | 294 __typeof__(*(ptr)) _x_ = (x); \ 295 (__typeof__(*(ptr))) __xchg_local((ptr), (unsigned long)_x_, \ 326 __typeof__(*(ptr)) _x_ = (x); \ 327 (__typeof__(*(ptr))) __xchg((ptr), (unsigned long)_x_, \
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | system.h | 351 __typeof__(*(ptr)) _x_ = (x); \ 352 (__typeof__(*(ptr))) __xchg((ptr), (unsigned long)_x_, sizeof(*(ptr))); \ 357 __typeof__(*(ptr)) _x_ = (x); \ 359 (unsigned long)_x_, sizeof(*(ptr))); \
|
/linux-2.6.39/arch/alpha/kernel/ |
D | smc37c669.c | 956 #define wb( _x_, _y_ ) outb( _y_, (unsigned int)((unsigned long)_x_) ) argument 957 #define rb( _x_ ) inb( (unsigned int)((unsigned long)_x_) ) argument
|
/linux-2.6.39/drivers/isdn/hardware/eicon/ |
D | di.c | 58 #define XDI_A_NR(_x_) ((byte)(((ISDN_ADAPTER *)(_x_->io))->ANum)) argument 62 #define XDI_A_NR(_x_) ((byte)0) argument
|
/linux-2.6.39/drivers/staging/lirc/ |
D | lirc_ttusbir.c | 52 #define DPRINTK(_x_, a...) argument
|