Home
last modified time | relevance | path

Searched refs:x_ (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/usb/mtu3/
Dmtu3_hw_regs.h146 typeof(x) x_ = (x); \
147 (g2c) ? TX_MULT_G2(x_) : TX_MULT_OG(x_); \
151 typeof(x) x_ = (x); \
152 (g2c) ? TX_MAX_PKT_G2(x_) : TX_MAX_PKT_OG(x_); \
185 typeof(x) x_ = (x); \
186 (g2c) ? RX_MULT_G2(x_) : RX_MULT_OG(x_); \
190 typeof(x) x_ = (x); \
191 (g2c) ? RX_MAX_PKT_G2(x_) : RX_MAX_PKT_OG(x_); \
Dmtu3_qmu.c40 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_); \
/Linux-v5.4/arch/xtensa/include/asm/
Duaccess.h154 #define __put_user_asm(x_, addr_, err_, align, insn, cb)\ argument
171 :[x] "r"(x_), [addr] "r"(addr_), [efault] "i"(-EFAULT))
220 #define __get_user_asm(x_, addr_, err_, align, insn, cb) \ argument
240 (x_) = (__force __typeof__(*(addr_)))__x; \
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Ddebugfs.c1277 static bool is_all_zeros(void * const x_, size_t sz) in is_all_zeros() argument
1280 u32 *x = x_; in is_all_zeros()