Searched refs:x_ (Results 1 – 4 of 4) sorted by relevance
147 typeof(x) x_ = (x); \148 (g2c) ? TX_MULT_G2(x_) : TX_MULT_OG(x_); \152 typeof(x) x_ = (x); \153 (g2c) ? TX_MAX_PKT_G2(x_) : TX_MAX_PKT_OG(x_); \186 typeof(x) x_ = (x); \187 (g2c) ? RX_MULT_G2(x_) : RX_MULT_OG(x_); \191 typeof(x) x_ = (x); \192 (g2c) ? RX_MAX_PKT_G2(x_) : RX_MAX_PKT_OG(x_); \
40 typeof(x) x_ = (x); \41 ((mtu)->gen2cp) ? GPD_RX_BUF_LEN_EL(x_) : GPD_RX_BUF_LEN_OG(x_); \48 typeof(x) x_ = (x); \49 ((mtu)->gen2cp) ? GPD_DATA_LEN_EL(x_) : GPD_DATA_LEN_OG(x_); \59 typeof(x) x_ = (x); \60 ((mtu)->gen2cp) ? GPD_EXT_NGP_EL(x_) : GPD_EXT_NGP_OG(x_); \65 typeof(x) x_ = (x); \66 ((mtu)->gen2cp) ? GPD_EXT_BUF_EL(x_) : GPD_EXT_BUF_OG(x_); \
32 #define COMMON_STEP(x_) \ argument33 .graphics = STEP_##x_, \34 .media = STEP_##x_
1260 static bool is_all_zeros(void * const x_, size_t sz) in is_all_zeros() argument1263 u32 *x = x_; in is_all_zeros()
Completed in 18 milliseconds