Searched refs:t4 (Results 1 - 13 of 13) sorted by relevance

/u-boot/arch/riscv/lib/
H A Dstrncmp_zbb.S23 * t0, t1, t2, t3, t4, t5, t6
29 add t4, a0, a2
33 andi t6, t4, -SZREG
78 bge a0, t4, 5f
H A Dstrcmp_zbb.S22 * t0, t1, t2, t3, t4
26 li t4, -1
36 bne t3, t4, 2f
H A Dmemcpy.S70 REG_L t4, 9*SZREG(a1)
81 REG_S t4, 9*SZREG(a0)
138 sub t4, x0, t3 /* negate is okay as shift will only look at LSBs */
150 sll a2, a5, t4
H A Dmemmove.S104 sub t4, x0, t3 /* negate is okay as shift will only look at LSBs */
113 sll a4, a5, t4
H A Dinterrupts.c59 regs->t4, regs->t5, regs->t6);
/u-boot/arch/riscv/include/asm/
H A Dptrace.h42 unsigned long t4; member in struct:pt_regs
/u-boot/arch/mips/mach-ath79/ar933x/
H A Dlowlevel_init.S223 li t4, 0
226 addi t4, t4, 1
227 bgt t4, t3, 0b
/u-boot/arch/m68k/include/asm/coldfire/
H A Data.h22 u8 t4; /* 0x07 */ member in struct:atac
/u-boot/arch/mips/include/asm/
H A Dregdef.h31 #define t4 $12 macro
/u-boot/arch/mips/mach-ath79/qca956x/
H A Dqca956x-ddr-tap.S104 li t4, 0x000001fe
105 and t2, t1, t4
180 li t4, 0x3f
181 and t3, t3, t4
/u-boot/arch/riscv/cpu/
H A Dstart.S340 la t4, __dyn_sym_start
341 add t4, t4, t6
352 add s5, t4, t0
415 add t4, t0, t6 /* real address of board_init_r() */
426 jr t4 /* jump to board_init_r() */
/u-boot/board/freescale/m5253demo/
H A Dm5253demo.c100 /* t1, t2, t3, t4, t5, t6, t9, tRD, tA */
124 out_8(&ata->t4, CALC_TIMING(piotms[2][3]));
/u-boot/drivers/mtd/nand/raw/
H A Docteontx_nand.c347 t1, t2, t3, t4, t5, t6, t7, /* settable per ONFI-timing mode */ enumerator in enum:tm_idx
795 cmd.u.cle_cmd.clen1 = t4;

Completed in 201 milliseconds