Searched refs:_x_ (Results 1 – 5 of 5) sorted by relevance
22 #define HARMONY_GPIO_TPS6586X(_x_) (TEGRA_NR_GPIOS + (_x_)) argument23 #define HARMONY_GPIO_WM8903(_x_) (HARMONY_GPIO_TPS6586X(4) + (_x_)) argument
22 #define SEABOARD_GPIO_TPS6586X(_x_) (TEGRA_NR_GPIOS + (_x_)) argument23 #define SEABOARD_GPIO_WM8903(_x_) (SEABOARD_GPIO_TPS6586X(4) + (_x_)) argument
15 __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_, \
132 __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))); \
956 #define wb( _x_, _y_ ) outb( _y_, (unsigned int)((unsigned long)_x_) ) argument957 #define rb( _x_ ) inb( (unsigned int)((unsigned long)_x_) ) argument