Home
last modified time | relevance | path

Searched refs:xl (Results 1 – 14 of 14) sorted by relevance

/linux/arch/arm/lib/
H A Dmuldi3.S15 #define xl r1 macro
19 #define xl r0 macro
29 mla xh, xl, yh, xh
30 mov ip, xl, lsr #16
32 bic xl, xl, ip, lsl #16
35 mul yh, xl, yh
36 mul xl, yl, xl
38 adds xl, xl, yh, lsl #16
40 adds xl, xl, ip, lsl #16
H A Ddiv64.S18 #define xl r1 macro
22 #define xl r0 macro
96 cmpeq xl, r4
97 movlo xh, xl
104 4: movs xl, xl, lsl #1
118 cmp xl, #0
125 clz xh, xl @ we know xh is zero here so...
127 mov xl, xl, lsl xh
132 7: movs xl, xl, lsl #1
178 mov yl, xl, lsr ip
[all …]
H A Ducmpdi2.S15 #define xl r1 macro
19 #define xl r0 macro
28 cmpeq xl, yl
41 cmpeq xl, yl
/linux/include/math-emu/
H A Dop-2.h129 #define __FP_CLZ_2(R, xh, xl) \ argument
135 __FP_CLZ(R,xl); \
143 #define __FP_FRAC_ADDI_2(xh, xl, i) \
144 (xh += ((xl += i) < i))
147 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \
148 (rh = xh + yh + ((rl = xl + yl) < xl))
151 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \
152 (rh = xh - yh - ((rl = xl - yl) > xl))
155 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) \
157 UWtype _t = xl; \
[all …]
/linux/drivers/net/can/dev/
H A Dnetlink.c372 memset(&priv->xl.data_bittiming, 0, in can_ctrlmode_changelink()
375 memset(&priv->xl.tdc, 0, sizeof(priv->xl.tdc)); in can_ctrlmode_changelink()
376 memset(&priv->xl.pwm, 0, sizeof(priv->xl.pwm)); in can_ctrlmode_changelink()
455 dbt_params = &priv->xl; in can_dbt_changelink()
529 const struct can_pwm_const *pwm_const = priv->xl.pwm_const; in can_pwm_changelink()
590 priv->xl.pwm = pwm; in can_pwm_changelink()
829 size += can_data_bittiming_get_size(&priv->xl, in can_get_size()
831 size += can_pwm_get_size(priv->xl.pwm_const, /* IFLA_CAN_XL_PWM */ in can_get_size()
878 dbt_params = &priv->xl; in can_tdc_fill_info()
933 const struct can_pwm_const *pwm_const = priv->xl.pwm_const; in can_pwm_fill_info()
[all …]
/linux/lib/crypto/mpi/
H A Dlonglong.h132 #define umul_ppmm(xh, xl, m0, m1) \ argument
136 : "=r" ((USItype)(xl)) \
195 #define umul_ppmm(xh, xl, a, b) \ argument
210 "=r" (xl) \
215 #define umul_ppmm(xh, xl, a, b) \ argument
219 "=&r" (xl) \
352 #define umul_ppmm(xh, xl, m0, m1) \ argument
363 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
367 #define smul_ppmm(xh, xl, m0, m1) \ argument
377 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
[all …]
/linux/drivers/clk/pxa/
H A Dclk-pxa3xx.c353 unsigned int xl = acsr & ACCR_XL_MASK; in clk_pxa3xx_cpll_get_rate() local
360 pr_info("RJK: parent_rate=%lu, xl=%u, xn=%u\n", parent_rate, xl, xn); in clk_pxa3xx_cpll_get_rate()
361 return t ? parent_rate * xl * xn : parent_rate * xl; in clk_pxa3xx_cpll_get_rate()
/linux/drivers/input/touchscreen/
H A Draspberrypi-ts.c51 u8 xl; member
85 x = (((int)regs.point[i].xh & 0xf) << 8) + regs.point[i].xl; in rpi_ts_poll()
/linux/include/linux/can/
H A Ddev.h50 struct data_bittiming_params fd, xl; member
/linux/drivers/char/tpm/
H A DKconfig209 the manpages for xl, xl.conf, and docs/misc/vtpm.txt in
/linux/arch/x86/events/intel/
H A Dcore.c3746 struct intel_excl_states *xl; in intel_start_scheduling() local
3761 xl = &excl_cntrs->states[tid]; in intel_start_scheduling()
3763 xl->sched_started = true; in intel_start_scheduling()
3776 struct intel_excl_states *xl; in intel_commit_scheduling() local
3788 xl = &excl_cntrs->states[tid]; in intel_commit_scheduling()
3793 xl->state[cntr] = INTEL_EXCL_EXCLUSIVE; in intel_commit_scheduling()
3795 xl->state[cntr] = INTEL_EXCL_SHARED; in intel_commit_scheduling()
3802 struct intel_excl_states *xl; in intel_stop_scheduling() local
3816 xl = &excl_cntrs->states[tid]; in intel_stop_scheduling()
3818 xl->sched_started = false; in intel_stop_scheduling()
[all …]
/linux/drivers/xen/
H A DKconfig32 2) control domain: xl mem-max <target-domain> <maxmem>
35 3) control domain: xl mem-set <target-domain> <memory>
/linux/fs/ocfs2/
H A Dxattr.c4082 struct ocfs2_xattr_tree_list *xl = (struct ocfs2_xattr_tree_list *)para; in ocfs2_list_xattr_bucket() local
4101 xl->buffer, in ocfs2_list_xattr_bucket()
4102 xl->buffer_size, in ocfs2_list_xattr_bucket()
4103 &xl->result, in ocfs2_list_xattr_bucket()
4168 struct ocfs2_xattr_tree_list xl = { in ocfs2_xattr_tree_list_index_block() local
4175 ocfs2_list_xattr_tree_rec, &xl); in ocfs2_xattr_tree_list_index_block()
4181 ret = xl.result; in ocfs2_xattr_tree_list_index_block()
/linux/
H A D.mailmap115 Axel Dyks <xl@xlsigned.net>