Home
last modified time | relevance | path

Searched refs:_x_ (Results 1 – 5 of 5) sorted by relevance

/arch/arm/mach-tegra/
Dboard-harmony.h22 #define HARMONY_GPIO_TPS6586X(_x_) (TEGRA_NR_GPIOS + (_x_)) argument
23 #define HARMONY_GPIO_WM8903(_x_) (HARMONY_GPIO_TPS6586X(4) + (_x_)) argument
Dboard-seaboard.h22 #define SEABOARD_GPIO_TPS6586X(_x_) (TEGRA_NR_GPIOS + (_x_)) argument
23 #define SEABOARD_GPIO_WM8903(_x_) (SEABOARD_GPIO_TPS6586X(4) + (_x_)) argument
/arch/alpha/include/asm/
Dcmpxchg.h15 __typeof__(*(ptr)) _x_ = (x); \
16 (__typeof__(*(ptr))) __xchg_local((ptr), (unsigned long)_x_, \
47 __typeof__(*(ptr)) _x_ = (x); \
48 (__typeof__(*(ptr))) __xchg((ptr), (unsigned long)_x_, \
/arch/powerpc/include/asm/
Dcmpxchg.h132 __typeof__(*(ptr)) _x_ = (x); \
133 (__typeof__(*(ptr))) __xchg((ptr), (unsigned long)_x_, sizeof(*(ptr))); \
138 __typeof__(*(ptr)) _x_ = (x); \
140 (unsigned long)_x_, sizeof(*(ptr))); \
/arch/alpha/kernel/
Dsmc37c669.c956 #define wb( _x_, _y_ ) outb( _y_, (unsigned int)((unsigned long)_x_) ) argument
957 #define rb( _x_ ) inb( (unsigned int)((unsigned long)_x_) ) argument