Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/riscv/include/asm/
A Dinsn.h262 ({typeof(x) x_ = (x); \
263 (RV_X(x_, RVG_RD_OPOFF, RVG_RD_MASK)); })
266 ({typeof(x) x_ = (x); \
270 ({typeof(x) x_ = (x); \
274 (RV_IMM_SIGN(x_) << RV_J_IMM_SIGN_OFF); })
277 ({typeof(x) x_ = (x); \
279 (RV_IMM_SIGN(x_) << RV_I_IMM_SIGN_OFF); })
282 ({typeof(x) x_ = (x); \
286 (RV_IMM_SIGN(x_) << RV_B_IMM_SIGN_OFF); })
289 ({typeof(x) x_ = (x); \
[all …]
/linux-6.3-rc2/drivers/usb/mtu3/
A Dmtu3_hw_regs.h147 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_); \
A 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-6.3-rc2/arch/powerpc/include/asm/
A Dpapr-sysparm.h9 #define mk_papr_sysparm(x_) ((papr_sysparm_t){ .token = x_, }) argument
A Drtas.h113 #define rtas_fn_handle(x_) ((const rtas_fn_handle_t) { .index = x_, }) argument
/linux-6.3-rc2/arch/xtensa/include/asm/
A Duaccess.h130 #define __put_user_asm(x_, addr_, err_, align, insn, cb)\ argument
147 :[x] "r"(x_), [efault] "i"(-EFAULT))
198 #define __get_user_asm(x_, addr_, err_, align, insn, cb) \ argument
218 (x_) = (__force __typeof__(*(addr_)))__x; \
/linux-6.3-rc2/drivers/net/wireless/ath/wil6210/
A Ddebugfs.c1260 static bool is_all_zeros(void * const x_, size_t sz) in is_all_zeros() argument
1263 u32 *x = x_; in is_all_zeros()

Completed in 25 milliseconds