Searched refs:RT (Results 1 - 14 of 14) sorted by relevance

/linux-master/arch/arm/boot/dts/st/
H A Dst-pincfg.h20 #define RT (1 << 23) macro
51 #define SE_NICLK_IO (RT)
56 #define SE_ICLK_IO (RT | INVERTCLK)
61 #define DE_IO (RT | DOUBLE_EDGE)
66 #define ICLK (RT | CLKNOTDATA | INVERTCLK)
71 #define NICLK (RT | CLKNOTDATA)
/linux-master/scripts/dtc/include-prefixes/arm/st/
H A Dst-pincfg.h20 #define RT (1 << 23) macro
51 #define SE_NICLK_IO (RT)
56 #define SE_ICLK_IO (RT | INVERTCLK)
61 #define DE_IO (RT | DOUBLE_EDGE)
66 #define ICLK (RT | CLKNOTDATA | INVERTCLK)
71 #define NICLK (RT | CLKNOTDATA)
/linux-master/arch/mips/mm/
H A Duasm-mips.c51 [insn_addiu] = {M(addiu_op, 0, 0, 0, 0, 0), RS | RT | SIMM},
52 [insn_addu] = {M(spec_op, 0, 0, 0, 0, addu_op), RS | RT | RD},
53 [insn_and] = {M(spec_op, 0, 0, 0, 0, and_op), RS | RT | RD},
54 [insn_andi] = {M(andi_op, 0, 0, 0, 0, 0), RS | RT | UIMM},
55 [insn_bbit0] = {M(lwc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
56 [insn_bbit1] = {M(swc2_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
57 [insn_beq] = {M(beq_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
58 [insn_beql] = {M(beql_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
65 [insn_bne] = {M(bne_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
68 [insn_cache] = {M(cache_op, 0, 0, 0, 0, 0), RS | RT | SIM
[all...]
H A Duasm-micromips.c43 [insn_addu] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_addu32_op), RT | RS | RD},
44 [insn_addiu] = {M(mm_addiu32_op, 0, 0, 0, 0, 0), RT | RS | SIMM},
45 [insn_and] = {M(mm_pool32a_op, 0, 0, 0, 0, mm_and_op), RT | RS | RD},
46 [insn_andi] = {M(mm_andi32_op, 0, 0, 0, 0, 0), RT | RS | UIMM},
47 [insn_beq] = {M(mm_beq32_op, 0, 0, 0, 0, 0), RS | RT | BIMM},
53 [insn_bne] = {M(mm_bne32_op, 0, 0, 0, 0, 0), RT | RS | BIMM},
54 [insn_cache] = {M(mm_pool32b_op, 0, 0, mm_cache_func, 0, 0), RT | RS | SIMM},
55 [insn_cfc1] = {M(mm_pool32f_op, 0, 0, 0, mm_cfc1_op, mm_32f_73_op), RT | RS},
57 [insn_ctc1] = {M(mm_pool32f_op, 0, 0, 0, mm_ctc1_op, mm_32f_73_op), RT | RS},
62 [insn_divu] = {M(mm_pool32a_op, 0, 0, 0, mm_divu_op, mm_pool32axf_op), RT | R
[all...]
H A Duasm.c18 RT = 0x002, enumerator in enum:fields
/linux-master/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S26 #define RT(t) ((((t)+5)%6)+7) define
42 rotlwi RT(t),RA(t),5; \
45 add RT(t),RT(t),r6; \
49 add RT(t),RT(t),r14
54 rotlwi RT(t),RA(t),5; \
59 add RT(t),RT(t),r6; \
63 add RT(
[all...]
/linux-master/arch/powerpc/xmon/
H A Dppc-opc.c520 equal the RT field. */
565 instruction or the RT field in a D, DS, X, XFX or XO form
568 #define RT RS
573 /* The RS and RT fields of the DS form stq and DQ form lq instructions,
1726 equal the RT field. */
2322 /* The main opcode combined with an update code and the RT fields specified in
2687 /* An X_MASK with the RT field fixed. */
2705 /* An X_MASK with the RT and RA fields fixed. */
2708 /* An X_MASK with the RT and RB fields fixed. */
2714 /* An X_MASK with the RT, R
566 #define RT macro
[all...]
/linux-master/arch/x86/crypto/
H A Dtwofish-avx-x86_64-asm_64.S56 #define RT %xmm14 define
141 vpaddd x, RK1, RT;\
143 vpxor RT, c, c; \
146 vpsrld $1, c, RT; \
148 vpor c, RT, c; \
153 vpaddd x, RK1, RT;\
155 vpxor RT, c, c; \
/linux-master/drivers/media/platform/rockchip/rga/
H A Drga-hw.c15 RT = 2, enumerator in enum:e_rga_start_pos
84 LT, RT, LB, RB,
87 RT, LT, RB, LB,
90 RB, LB, RT, LT,
93 LB, RB, LT, RT,
105 case RT:
/linux-master/arch/arm/mach-sa1100/
H A Dsleep.S119 @ Step 1 clear RT field of all MSCx registers
/linux-master/drivers/gpu/drm/radeon/
H A Dsumod.h79 # define RT(x) ((x) << 0) macro
H A Dsumo_dpm.c212 rcu_pwr_gating_cntl |= RT(r_t) | IT(i_t);
/linux-master/arch/mips/kernel/
H A Dtraps.c505 #define RT 0x001f0000 macro
563 regs->regs[(opcode & RT) >> 16] = value;
586 reg = (opcode & RT) >> 16;
675 int rt = (opcode & RT) >> 16;
719 #define CSR_FUNC_MASK RT
/linux-master/drivers/pinctrl/
H A Dpinctrl-st.c161 #define ST_PINCONF_UNPACK_RT(conf) ST_PINCONF_UNPACK(conf, RT)
162 #define ST_PINCONF_PACK_RT(conf) ST_PINCONF_PACK(conf, 1, RT)

Completed in 248 milliseconds