/u-boot/arch/mips/mach-ath79/ar933x/ |
A D | lowlevel_init.S | 88 and t1, t1, t2 95 li t2, 0x20 97 beqz t2, 1b 99 addi t2, t2, -1 150 and t1, t1, t2 152 or t1, t1, t2 191 and t1, t1, t2 217 and t1, t1, t2 240 li t2, 10 242 subu t2, t2, 1 [all …]
|
/u-boot/board/imgtec/malta/ |
A D | lowlevel_init.S | 111 li t2, MSC01_PBC_CS0CFG_DTYP_MSK 112 and t1, t2 121 li t2, -CONFIG_SYS_MEM_SIZE 123 sw t2, MSC01_BIU_MCMSK1L_OFS(t0) 125 sw t2, MSC01_BIU_MCMSK2L_OFS(t0) 129 li t2, -MALTA_MSC01_IP1_SIZE 137 li t2, -MALTA_MSC01_IP2_SIZE1 141 li t2, -MALTA_MSC01_IP2_SIZE2 147 li t2, -MALTA_MSC01_IP3_SIZE 224 li t2, MSC01_PCI_CFG_RA_MSK | \ [all …]
|
/u-boot/arch/mips/mach-ath79/qca956x/ |
A D | qca956x-ddr-tap.S | 53 li t2, 0x00000000 54 or t3, t1, t2 95 li t2, 0x1 99 and t1, t1, t2 105 and t2, t1, t4 106 srl t2, t2, 0x1 /* no. of Pass Runs */ 131 li t2, 0xaa55aa55 154 li t2, 0x3f 155 beq t1, t2, _STOP_TEST 177 lw t2, 0x4(t0) [all …]
|
/u-boot/arch/mips/mach-octeon/ |
A D | lowlevel_init.S | 63 PTR_LA t2, _end 64 daddiu t2, t2, 0x4000 /* Increase size to include appended DTB */ 65 daddiu t2, t2, 127 66 ins t2, zero, 0, 7 /* Round up to cache line for memcpy */ 80 bne t1, t2, 1b
|
/u-boot/arch/powerpc/lib/ |
A D | _ashrdi3.S | 38 sraw r7,r3,r7 # t2 = MSW >> (count-32) 40 slw r7,r7,r8 # t2 = (count < 32) ? 0 : t2 42 or r4,r4,r7 # LSW |= t2
|
A D | _ashldi3.S | 37 slw r7,r4,r7 # t2 = count < 32 ? 0 : LSW << (count-32) 40 or r3,r3,r7 # MSW |= t2
|
A D | _lshrdi3.S | 37 srw r7,r3,r7 # t2 = count < 32 ? 0 : MSW >> (count-32) 40 or r4,r4,r7 # LSW |= t2
|
/u-boot/lib/ |
A D | sha512.c | 144 uint64_t a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local 170 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha512_transform() 172 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; in sha512_transform() 174 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; in sha512_transform() 176 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; in sha512_transform() 178 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; in sha512_transform() 180 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; in sha512_transform() 182 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; in sha512_transform() 184 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; in sha512_transform() 191 a = b = c = d = e = f = g = h = t1 = t2 = 0; in sha512_transform()
|
/u-boot/arch/mips/mach-ath79/qca953x/ |
A D | lowlevel_init.S | 103 li t2, 0x08000000 104 or t1, t1, t2 108 li t2, 0xf7ffffff 109 and t1, t1, t2 153 li t2, ~QCA953X_PLL_CONFIG_PWD 154 and t1, t1, t2 159 li t2, ~QCA953X_PLL_CONFIG_PWD 160 and t1, t1, t2 165 li t2, ~PLL_CLK_CTRL_PLL_BYPASS 166 and t1, t1, t2
|
/u-boot/arch/mips/mach-mtmips/mt7628/ |
A D | lowlevel_init.S | 35 li t2, KSEG1ADDR(SYSCTL_BASE + SYSCTL_CLKCFG0_REG) 45 lw t3, 0(t2) 52 lw t3, 0(t2) 58 sw t3, 0(t2) 60 li t2, KSEG1ADDR(RBUSCTL_BASE + RBUSCTL_DYN_CFG0_REG) 61 lw t3, 0(t2) 65 sw t3, 0(t2)
|
/u-boot/board/CZ.NIC/turris_mox/ |
A D | mox_sp.c | 102 static inline void res_to_mac(u8 *mac, u32 t1, u32 t2) in res_to_mac() argument 106 mac[2] = t2 >> 24; in res_to_mac() 107 mac[3] = t2 >> 16; in res_to_mac() 108 mac[4] = t2 >> 8; in res_to_mac() 109 mac[5] = t2; in res_to_mac()
|
/u-boot/arch/riscv/cpu/ |
A D | start.S | 172 LREG t2, GD_AVAILABLE_HARTS(gp) 173 or t2, t2, t1 174 SREG t2, GD_AVAILABLE_HARTS(gp) 282 add t2, t0, t3 /* t2 <- source end address */ 289 blt t0, t2, copy_loop 296 la t2, __rel_dyn_end 297 beq t1, t2, clear_bss 299 add t2, t2, t6 /* t2 <- rela_dyn_end in RAM */ 340 ble t1, t2, 6b
|
/u-boot/arch/mips/lib/ |
A D | cache_init.S | 168 li t2, 2 169 sllv R_L2_LINE, t2, R_L2_LINE 171 ext t2, t1, GCR_L2_CONFIG_ASSOC_SHIFT, GCR_L2_CONFIG_ASSOC_BITS 172 addiu t2, t2, 1 173 mul R_L2_SIZE, R_L2_LINE, t2 175 ext t2, t1, GCR_L2_CONFIG_SETSZ_SHIFT, GCR_L2_CONFIG_SETSZ_BITS 176 sllv R_L2_SIZE, R_L2_SIZE, t2 177 li t2, 64 178 mul R_L2_SIZE, R_L2_SIZE, t2 405 li t2, GCR_REV_CM3 [all …]
|
/u-boot/arch/mips/cpu/ |
A D | cm_init.S | 35 PTR_LI t2, CKSEG1 36 PTR_ADDU t0, t0, t2
|
A D | start.S | 55 li t2, CONFIG_VAL(SYS_MALLOC_F_LEN) 57 sp, sp, t2 # reserve space for early malloc
|
/u-boot/arch/mips/include/asm/ |
A D | regdef.h | 29 #define t2 $10 macro 80 #define t2 $14 macro
|
/u-boot/scripts/coccinelle/null/ |
A D | badzero.cocci | 148 @t2 depends on !patch disable is_zero,isnt_zero @ 171 p << t2.p1; 177 p << t2.p2; 183 p << t2.p1; 189 p << t2.p2;
|
/u-boot/arch/arm/include/asm/arch-omap3/ |
A D | mmc_host_def.h | 33 typedef struct t2 { struct
|
/u-boot/lib/libavb/ |
A D | avb_sha256.c | 60 t2 = SHA256_F1(wv[a]) + MAJ(wv[a], wv[b], wv[c]); \ 62 wv[h] = t1 + t2; \ 114 uint32_t t1, t2; in SHA256_transform() local 141 t2 = SHA256_F1(wv[0]) + MAJ(wv[0], wv[1], wv[2]); in SHA256_transform() 149 wv[0] = t1 + t2; in SHA256_transform()
|
A D | avb_sha512.c | 62 t2 = SHA512_F1(wv[a]) + MAJ(wv[a], wv[b], wv[c]); \ 64 wv[h] = t1 + t2; \ 133 uint64_t t1, t2; in SHA512_transform() local 277 t2 = SHA512_F1(wv[0]) + MAJ(wv[0], wv[1], wv[2]); in SHA512_transform() 285 wv[0] = t1 + t2; in SHA512_transform()
|
/u-boot/arch/nds32/cpu/n1213/ |
A D | start.S | 335 addi $t2, $p1, 6 ! $t2= bit width of ISET 339 add $t3, $t2, $t1 ! SHIFT 370 addi $t2, $p1, 6 ! $t2= bit width of DSET 374 add $t3, $t2, $t1 ! SHIFT
|
/u-boot/arch/riscv/include/asm/ |
A D | ptrace.h | 20 unsigned long t2; member
|
/u-boot/scripts/kconfig/ |
A D | expr.c | 1106 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type() argument 1108 if (t1 == t2) in expr_compare_type() 1115 if (t2 == E_EQUAL || t2 == E_UNEQUAL) in expr_compare_type() 1119 if (t2 == E_NOT) in expr_compare_type() 1122 if (t2 == E_AND) in expr_compare_type() 1125 if (t2 == E_OR) in expr_compare_type() 1128 if (t2 == E_LIST) in expr_compare_type() 1131 if (t2 == 0) in expr_compare_type() 1136 printf("[%dgt%d?]", t1, t2); in expr_compare_type()
|
/u-boot/arch/riscv/lib/ |
A D | interrupts.c | 34 regs->t0, regs->t1, regs->t2); in show_regs()
|
/u-boot/drivers/mtd/nand/raw/ |
A D | octeontx_nand.c | 351 t1, t2, t3, t4, t5, t6, t7, /* settable per ONFI-timing mode */ enumerator 801 cmd.u.cle_cmd.clen3 = t2; in ndf_queue_cmd_cle() 859 cmd.u.ale_cmd.alen4 = t2; in ndf_queue_cmd_ale() 950 rc = ndf_queue_cmd_wait(tn, t2); in ndf_build_post_cmd() 996 rc = ndf_build_post_cmd(tn, t2); in octeontx_nand_reset() 1054 rc = ndf_build_post_cmd(tn, t2); in ndf_read() 1130 rc = ndf_build_post_cmd(tn, t2); in octeontx_nand_set_features() 1172 rc = ndf_build_post_cmd(tn, t2); in ndf_block_erase() 1212 rc = ndf_build_post_cmd(tn, t2); in ndf_page_write()
|