Home
last modified time | relevance | path

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

/linux/arch/arm64/net/
H A Dbpf_jit.h23 #define A64_COMP_BRANCH(sf, Rt, offset, type) \ argument
24 aarch64_insn_gen_comp_branch_imm(0, offset, Rt, A64_VARIANT(sf), \
26 #define A64_CBZ(sf, Rt, imm19) A64_COMP_BRANCH(sf, Rt, (imm19) << 2, ZERO) argument
27 #define A64_CBNZ(sf, Rt, imm19) A64_COMP_BRANCH(sf, Rt, (imm19) << 2, NONZERO) argument
56 #define A64_LS_REG(Rt, Rn, Rm, size, type) \ argument
57 aarch64_insn_gen_load_store_reg(Rt, Rn, Rm, \
73 #define A64_LS_IMM(Rt, Rn, imm, size, type) \ argument
74 aarch64_insn_gen_load_store_imm(Rt, Rn, imm, \
96 #define A64_LS_PAIR(Rt, Rt2, Rn, offset, ls, type) \ argument
97 aarch64_insn_gen_load_store_pair(Rt, Rt2, Rn, offset, \
[all …]
/linux/drivers/input/touchscreen/
H A Dresistive-adc-touch.c71 unsigned int Rt; in grts_cb() local
74 Rt = z2; in grts_cb()
75 Rt -= z1; in grts_cb()
76 Rt *= st->x_plate_ohms; in grts_cb()
77 Rt = DIV_ROUND_CLOSEST(Rt, 16); in grts_cb()
78 Rt *= x; in grts_cb()
79 Rt /= z1; in grts_cb()
80 Rt = DIV_ROUND_CLOSEST(Rt, 256); in grts_cb()
86 if (Rt < GRTS_DEFAULT_PRESSURE_MAX) in grts_cb()
87 press = GRTS_DEFAULT_PRESSURE_MAX - Rt; in grts_cb()
H A Dads7846.c902 unsigned int Rt; in ads7846_report_state() local
920 Rt = ts->pressure_max / 2; in ads7846_report_state()
923 Rt = z2; in ads7846_report_state()
924 Rt -= z1; in ads7846_report_state()
925 Rt *= ts->x_plate_ohms; in ads7846_report_state()
926 Rt = DIV_ROUND_CLOSEST(Rt, 16); in ads7846_report_state()
927 Rt *= x; in ads7846_report_state()
928 Rt /= z1; in ads7846_report_state()
929 Rt = DIV_ROUND_CLOSEST(Rt, 256); in ads7846_report_state()
931 Rt = 0; in ads7846_report_state()
[all …]
/linux/arch/arm64/include/asm/
H A Dsysreg.h117 #define __SYS_BARRIER_INSN(op0, op1, CRn, CRm, op2, Rt) \ argument
120 ((Rt) & 0x1f))