| /rk3399_rockchip-uboot/arch/xtensa/cpu/ |
| H A D | start.S | 63 1: l32r a2, 2b 64 jx a2 134 movi a2, 1 136 movi a2, XCHAL_EXCM_LEVEL 138 wsr a2, PS 143 ___unlock_dcache_all a2, a3 144 ___invalidate_dcache_all a2, a3 145 ___unlock_icache_all a2, a3 146 ___invalidate_icache_all a2, a3 152 movi a2, __reloc_table_start [all …]
|
| /rk3399_rockchip-uboot/arch/xtensa/lib/ |
| H A D | misc.S | 25 ___invalidate_icache_page a2 a3 40 ___invalidate_dcache_page a2 a3 55 ___flush_invalidate_dcache_page a2 a3 70 ___flush_dcache_page a2 a3 85 ___invalidate_icache_range a2 a3 a4 100 ___flush_invalidate_dcache_range a2 a3 a4 115 ___flush_dcache_range a2 a3 a4 130 ___invalidate_dcache_range a2 a3 a4 144 ___invalidate_icache_all a2 a3 159 ___flush_invalidate_dcache_all a2 a3 [all …]
|
| /rk3399_rockchip-uboot/board/freescale/m54451evb/ |
| H A D | sbf_dram_init.S | 23 move.l #0xFC0B8114, %a2 44 move.l #(CONFIG_SYS_SDRAM_BASE1), (%a2) 45 or.l %d1, (%a2) 53 move.l #0xFC0B800C, %a2 54 move.l #(CONFIG_SYS_SDRAM_CFG2), (%a2) 58 move.l #0xFC0B8004, %a2 /* Ctrl */ 61 move.l #(CONFIG_SYS_SDRAM_CTRL + 2), (%a2) 68 move.l #(CONFIG_SYS_SDRAM_CTRL + 2), (%a2) 74 move.l %d0, (%a2) 75 move.l %d0, (%a2) [all …]
|
| /rk3399_rockchip-uboot/board/freescale/m54455evb/ |
| H A D | sbf_dram_init.S | 23 move.l #0xFC0B8114, %a2 44 move.l #(CONFIG_SYS_SDRAM_BASE1), (%a2) 45 or.l %d1, (%a2) 53 move.l #0xFC0B800C, %a2 54 move.l #(CONFIG_SYS_SDRAM_CFG2), (%a2) 58 move.l #0xFC0B8004, %a2 /* Ctrl */ 61 move.l #(CONFIG_SYS_SDRAM_CTRL + 2), (%a2) 74 move.l #(CONFIG_SYS_SDRAM_CTRL + 2), (%a2) 80 move.l %d0, (%a2) 81 move.l %d0, (%a2) [all …]
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/ |
| H A D | start.S | 146 move.l #(DCACHE_STATUS), %a2 /* dcache */ 148 move.l %d0, (%a2) 201 move.l #0xEC09404F, %a2 203 move.b #0x80, (%a2) 222 move.l #0xFC05C034, %a2 /* dtfr */ 293 move.l %d2, (%a2) 311 move.l #CONFIG_SYS_TEXT_BASE, %a2 /* dst */ 315 move.l (%a1)+, (%a2)+ 332 move.l #(ICACHE_STATUS), %a2 /* icache */ 335 move.l %d0, (%a2) [all …]
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf5227x/ |
| H A D | start.S | 133 move.l #0xFC0B8114, %a2 152 move.l #(CONFIG_SYS_SDRAM_BASE1), (%a2) 153 or.l %d1, (%a2) 161 move.l #0xFC0B800C, %a2 162 move.l #(CONFIG_SYS_SDRAM_CFG2), (%a2) 166 move.l #0xFC0B8004, %a2 /* Ctrl */ 169 move.l #(CONFIG_SYS_SDRAM_CTRL + 2), (%a2) 185 move.l #(CONFIG_SYS_SDRAM_CTRL + 2), (%a2) 191 move.l %d0, (%a2) 192 move.l %d0, (%a2) [all …]
|
| /rk3399_rockchip-uboot/post/lib_powerpc/ |
| H A D | complex.c | 23 extern int cpu_post_complex_1_asm (int a1, int a2, int a3, int a4, int n); 34 int a2 = 667; in cpu_post_test_complex_1() local 40 if (cpu_post_complex_1_asm(a1, a2, a3, a4, n) != n * result) in cpu_post_test_complex_1()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | arm-smccc.h | 66 unsigned long a2; member 96 unsigned long a2, unsigned long a3, unsigned long a4, 113 unsigned long a2, unsigned long a3, unsigned long a4,
|
| H A D | psci.h | 97 unsigned long a2, unsigned long a3) in invoke_psci_fn() argument
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf52x2/ |
| H A D | start.S | 142 move.l #(CONFIG_SYS_INIT_RAM_ADDR), %a2 144 move.l (%a0)+, (%a2)+ 192 move.l #(DCACHE_STATUS), %a2 /* icache */ 194 move.l %d0, (%a2) 252 move.l #__init_end, %a2 257 cmp.l %a1,%a2 290 move.l %a0, %a2 291 add.l #(__got_end - CONFIG_SYS_MONITOR_BASE),%a2 298 cmp.l %a2, %a1
|
| /rk3399_rockchip-uboot/cmd/ddr_tool/stressapptest/ |
| H A D | stressapptest.c | 468 u64 a2 = 1; in pattern_adler_sum_calc() local 477 a2 += (u64)pattern_get(pattern, i++); in pattern_adler_sum_calc() 478 b2 += a2; in pattern_adler_sum_calc() 479 a2 += pattern_get(pattern, i++); in pattern_adler_sum_calc() 480 b2 += a2; in pattern_adler_sum_calc() 485 pattern->adler_sum.a2 = a2; in pattern_adler_sum_calc() 760 adler_sum.a2 += dst_mem[i++]; in block_inv_check() 761 adler_sum.b2 += adler_sum.a2; in block_inv_check() 762 adler_sum.a2 += dst_mem[i++]; in block_inv_check() 763 adler_sum.b2 += adler_sum.a2; in block_inv_check() [all …]
|
| H A D | stressapptest.h | 48 u64 a2; member
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/ |
| H A D | start.S | 120 move.l #(DCACHE_STATUS), %a2 /* icache */ 122 move.l %d0, (%a2) 176 move.l #__init_end, %a2 182 cmp.l %a1,%a2 215 move.l %a0, %a2 216 add.l #(__got_end - CONFIG_SYS_MONITOR_BASE),%a2 223 cmp.l %a2, %a1
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf530x/ |
| H A D | start.S | 122 move.l #(DCACHE_STATUS), %a2 /* dcache */ 124 move.l %d0, (%a2) 173 move.l #__init_end, %a2 178 cmp.l %a1,%a2 213 move.l %a0, %a2 214 add.l #(__got_end - CONFIG_SYS_MONITOR_BASE), %a2 221 cmp.l %a2, %a1
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf523x/ |
| H A D | start.S | 113 move.l #(DCACHE_STATUS), %a2 /* icache */ 115 move.l %d0, (%a2) 173 move.l #__init_end, %a2 179 cmp.l %a1,%a2 212 move.l %a0, %a2 213 add.l #(__got_end - CONFIG_SYS_MONITOR_BASE),%a2 220 cmp.l %a2, %a1
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf532x/ |
| H A D | start.S | 128 move.l #(DCACHE_STATUS), %a2 /* icache */ 130 move.l %d0, (%a2) 188 move.l #__init_end, %a2 194 cmp.l %a1,%a2 227 move.l %a0, %a2 228 add.l #(__got_end - CONFIG_SYS_MONITOR_BASE),%a2 235 cmp.l %a2, %a1
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | regdef.h | 26 #define a2 $6 macro 69 #define a2 $6 macro
|
| /rk3399_rockchip-uboot/arch/m68k/include/asm/ |
| H A D | ptrace.h | 25 ulong a2; member
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | setjmp.S | 29 mov a1, a2
|
| /rk3399_rockchip-uboot/arch/m68k/lib/ |
| H A D | traps.c | 30 fp->a0, fp->a1, fp->a2, fp->a3); in show_frame()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | bch.c | 646 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local 653 a2 = gf_div(bch, poly->c[2], e3); in find_poly_deg3_roots() 656 c = gf_mul(bch, a2, c2); /* c = a2c2 */ in find_poly_deg3_roots() 657 b = gf_mul(bch, a2, b2)^c2; /* b = a2b2 + c2 */ in find_poly_deg3_roots() 658 a = gf_sqr(bch, a2)^b2; /* a = a2^2 + b2 */ in find_poly_deg3_roots() 664 if (tmp[i] != a2) in find_poly_deg3_roots() 679 unsigned int a, b, c, d, e = 0, f, a2, b2, c2, e4; in find_poly_deg4_roots() local 717 a2 = gf_div(bch, b, d); in find_poly_deg4_roots() 722 a2 = b; in find_poly_deg4_roots() 725 if (find_affine4_roots(bch, a2, b2, c2, roots) == 4) { in find_poly_deg4_roots()
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | ne2000_base.h | 120 u8 a0, a1, a2; member
|
| H A D | ne2000.c | 243 (prom[4] == hw_info[i].a2)) { in get_prom()
|
| /rk3399_rockchip-uboot/lib/lzma/ |
| H A D | history.txt | 135 - Compression ratio was improved in -a2 mode 136 - Speed optimizations for compressing in -a2 mode
|
| /rk3399_rockchip-uboot/board/freescale/mx6qarm2/ |
| H A D | imximage_mx6dl.cfg | 283 /* MRW: BA=0 CS=0 MR_ADDR=1 MR_OP=a2 */ 295 /* MRW: BA=0 CS=0 MR_ADDR=1 MR_OP=a2 */
|