/u-boot/board/freescale/m54451evb/ |
A D | sbf_dram_init.S | 25 move.l #0x13, %d1 33 add.l #1, %d1 41 or.l %d1, (%a1) 44 or.l %d1, (%a2) 63 move.l #1000, %d1 82 move.l #500, %d1 85 move.l #(CONFIG_SYS_SDRAM_CTRL), %d1 86 and.l #0x7FFFFFFF, %d1 88 or.l #0x10000C00, %d1 90 move.l %d1, (%a2) [all …]
|
/u-boot/board/freescale/m54455evb/ |
A D | sbf_dram_init.S | 25 move.l #0x13, %d1 33 add.l #1, %d1 41 or.l %d1, (%a1) 44 or.l %d1, (%a2) 69 move.l #1000, %d1 86 move.l #500, %d1 89 move.l #(CONFIG_SYS_SDRAM_CTRL), %d1 90 and.l #0x7FFFFFFF, %d1 92 or.l #0x10000C00, %d1 94 move.l %d1, (%a2) [all …]
|
/u-boot/test/lib/ |
A D | efi_device_path.c | 17 u8 d1[] __aligned(2) = { in lib_test_efi_dp_check_length() local 27 struct efi_device_path *p1 = (struct efi_device_path *)d1; in lib_test_efi_dp_check_length() 32 ut_asserteq((ssize_t)sizeof(d1), efi_dp_check_length(p1, sizeof(d1))); in lib_test_efi_dp_check_length() 33 ut_asserteq((ssize_t)sizeof(d1), in lib_test_efi_dp_check_length() 34 efi_dp_check_length(p1, sizeof(d1) + 4)); in lib_test_efi_dp_check_length() 35 ut_asserteq((ssize_t)-1, efi_dp_check_length(p1, sizeof(d1) - 1)); in lib_test_efi_dp_check_length()
|
/u-boot/fs/yaffs2/ |
A D | yaffs_ecc.c | 138 unsigned char d0, d1, d2; /* deltas */ in yaffs_ecc_correct() local 141 d1 = read_ecc[1] ^ test_ecc[1]; in yaffs_ecc_correct() 144 if ((d0 | d1 | d2) == 0) in yaffs_ecc_correct() 148 ((d1 ^ (d1 >> 1)) & 0x55) == 0x55 && in yaffs_ecc_correct() 157 if (d1 & 0x80) in yaffs_ecc_correct() 159 if (d1 & 0x20) in yaffs_ecc_correct() 161 if (d1 & 0x08) in yaffs_ecc_correct() 163 if (d1 & 0x02) in yaffs_ecc_correct() 186 if ((hweight8(d0) + hweight8(d1) + hweight8(d2)) == 1) { in yaffs_ecc_correct()
|
/u-boot/lib/ |
A D | vsprintf.c | 54 unsigned d3, d2, d1, d0; in put_dec_trunc() local 55 d1 = (q>>4) & 0xf; in put_dec_trunc() 63 d1 = q + 9*d3 + 5*d2 + d1; in put_dec_trunc() 64 if (d1 != 0) { in put_dec_trunc() 65 q = (d1 * 0xcd) >> 11; in put_dec_trunc() 66 d1 = d1 - 10*q; in put_dec_trunc() 93 d1 = (q>>4) & 0xf; in put_dec_full() 111 d1 = q + 9*d3 + 5*d2 + d1; in put_dec_full() 112 q = (d1 * 0xcd) >> 11; in put_dec_full() 113 d1 = d1 - 10*q; in put_dec_full() [all …]
|
A D | tiny-printf.c | 90 unsigned int d3, d2, d1, d0; in put_dec_trunc() local 91 d1 = (q >> 4) & 0xf; in put_dec_trunc() 95 d0 = 6 * (d3 + d2 + d1) + (q & 0xf); in put_dec_trunc() 99 d1 = q + 9 * d3 + 5 * d2 + d1; in put_dec_trunc() 100 if (d1 != 0) { in put_dec_trunc() 101 q = (d1 * 0xcd) >> 11; in put_dec_trunc() 102 d1 = d1 - 10 * q; in put_dec_trunc() 103 *buf++ = d1 + '0'; /* next digit */ in put_dec_trunc()
|
/u-boot/arch/m68k/cpu/mcf5227x/ |
A D | start.S | 135 move.l #0x13, %d1 143 add.l #1, %d1 149 or.l %d1, (%a1) 152 or.l %d1, (%a2) 317 move.b (%a3), %d1 433 move.l %a0, %d1 437 cmp.l %a1,%d1 451 move.l (%a1),%d1 452 sub.l #_start,%d1 453 add.l %a0,%d1 [all …]
|
/u-boot/arch/nios2/lib/ |
A D | libgcc.c | 152 UWtype d0, d1, n0, n1, n2; in __udivmoddi4() local 157 d1 = dd.s.high; in __udivmoddi4() 162 if (d1 == 0) in __udivmoddi4() 196 if (d1 == 0) in __udivmoddi4() 272 if (d1 > n1) in __udivmoddi4() 291 count_leading_zeros (bm, d1); in __udivmoddi4() 302 if (n1 > d1 || n0 >= d0) in __udivmoddi4() 305 sub_ddmmss (n1, n0, n1, n0, d1, d0); in __udivmoddi4() 326 d1 = (d1 << bm) | (d0 >> b); in __udivmoddi4() 332 udiv_qrnnd (q0, n1, n2, n1, d1); in __udivmoddi4() [all …]
|
/u-boot/arch/m68k/cpu/mcf5445x/ |
A D | start.S | 302 move.b (%a3), %d1 326 move.l %d1, (%a1) 377 move.l #0x2000, %d1 405 move.l #0x200, %d1 439 subq.l #1, %d1 561 move.l %a0, %d1 565 cmp.l %a1,%d1 579 move.l (%a1),%d1 580 sub.l #_start,%d1 581 add.l %a0,%d1 [all …]
|
/u-boot/arch/m68k/cpu/mcf523x/ |
A D | start.S | 197 move.l %a0, %d1 198 add.l #(_ebss - CONFIG_SYS_MONITOR_BASE),%d1 201 cmp.l %a1,%d1 215 move.l (%a1),%d1 216 sub.l #_start,%d1 217 add.l %a0,%d1 218 move.l %d1,(%a1)+
|
/u-boot/arch/m68k/cpu/mcf530x/ |
A D | start.S | 196 move.l %a0, %d1 197 add.l #(_ebss - CONFIG_SYS_MONITOR_BASE), %d1 200 cmp.l %a1,%d1 216 move.l (%a1),%d1 217 sub.l #_start, %d1 218 add.l %a0,%d1 219 move.l %d1,(%a1)+
|
/u-boot/arch/m68k/cpu/mcf547x_8x/ |
A D | start.S | 202 move.l %a0, %d1 203 add.l #(_ebss - CONFIG_SYS_MONITOR_BASE),%d1 206 cmp.l %a1,%d1 220 move.l (%a1),%d1 221 sub.l #_start,%d1 222 add.l %a0,%d1 223 move.l %d1,(%a1)+
|
/u-boot/arch/m68k/cpu/mcf532x/ |
A D | start.S | 212 move.l %a0, %d1 213 add.l #(_ebss - CONFIG_SYS_MONITOR_BASE),%d1 216 cmp.l %a1,%d1 230 move.l (%a1),%d1 231 sub.l #_start,%d1 232 add.l %a0,%d1 233 move.l %d1,(%a1)+
|
/u-boot/arch/m68k/cpu/mcf52x2/ |
A D | start.S | 275 move.l %a0, %d1 276 add.l #(_ebss - CONFIG_SYS_MONITOR_BASE),%d1 279 cmp.l %a1,%d1 293 move.l (%a1),%d1 294 sub.l #_start,%d1 295 add.l %a0,%d1 296 move.l %d1,(%a1)+
|
/u-boot/arch/x86/lib/ |
A D | string.c | 135 int d0, d1, d2, d3, d4, d5; in memmove() local 284 : "=&c" (d0), "=&S" (d1), "=&D" (d2), in memmove()
|
/u-boot/drivers/clk/ |
A D | clk_zynq.c | 296 u32 d0, d1; in zynq_clk_calc_peripheral_two_divs() local 299 for (d1 = 1; d1 <= ZYNQ_CLK_MAXDIV >> 1; d1++) { in zynq_clk_calc_peripheral_two_divs() 301 DIV_ROUND_CLOSEST(pll_rate, d0), d1); in zynq_clk_calc_peripheral_two_divs() 306 *div1 = d1; in zynq_clk_calc_peripheral_two_divs()
|
A D | clk_zynqmp.c | 509 u32 d0, d1; in zynqmp_clk_calc_peripheral_two_divs() local 512 for (d1 = 1; d1 <= ZYNQ_CLK_MAXDIV >> 1; d1++) { in zynqmp_clk_calc_peripheral_two_divs() 514 DIV_ROUND_CLOSEST(pll_rate, d0), d1); in zynqmp_clk_calc_peripheral_two_divs() 519 *div1 = d1; in zynqmp_clk_calc_peripheral_two_divs()
|
/u-boot/test/ |
A D | unicode_ut.c | 40 static const char d1[] = {0x55, 0x2d, 0x42, 0x6f, 0x6f, 0x74, 0x00}; variable 222 ut_asserteq(6, utf8_utf16_strlen(d1)); in unicode_test_utf8_utf16_strlen() 238 ut_asserteq(3, utf8_utf16_strnlen(d1, 3)); in unicode_test_utf8_utf16_strnlen() 239 ut_asserteq(6, utf8_utf16_strnlen(d1, 13)); in unicode_test_utf8_utf16_strnlen() 279 utf8_utf16_strcpy(&pos, d1); in unicode_test_utf8_utf16_strcpy() 325 utf8_utf16_strncpy(&pos, d1, 4); in unicode_test_utf8_utf16_strncpy() 470 ut_asserteq_str(d1, buf); in unicode_test_utf16_utf8_strcpy() 517 ut_assert(!strncmp(buf, d1, 4)); in unicode_test_utf16_utf8_strncpy() 655 utf8_to_cp437_stream_helper(d1, buf); in unicode_test_utf8_to_cp437_stream() 693 utf8_to_utf32_stream_helper(d1, buf); in unicode_test_utf8_to_utf32_stream()
|
/u-boot/arch/m68k/include/asm/ |
A D | ptrace.h | 14 ulong d1; member
|
/u-boot/drivers/timer/ |
A D | tsc_timer.c | 270 unsigned long d1, d2; in quick_pit_calibrate() local 298 if (pit_expect_msb(0xff, &tsc, &d1)) { in quick_pit_calibrate() 307 if (d1+d2 >= delta >> 11) in quick_pit_calibrate()
|
/u-boot/scripts/dtc/ |
A D | data.c | 154 struct data data_merge(struct data d1, struct data d2) in data_merge() argument 159 d = data_append_markers(data_append_data(d1, d2.val, d2.len), m2); in data_merge() 163 m2->offset += d1.len; in data_merge()
|
/u-boot/arch/x86/include/asm/ |
A D | bitops.h | 269 int d0, d1, d2; in find_first_zero_bit() local 286 :"=d" (res), "=&c" (d0), "=&D" (d1), "=&a" (d2) in find_first_zero_bit()
|
/u-boot/arch/m68k/lib/ |
A D | traps.c | 27 fp->d0, fp->d1, fp->d2, fp->d3); in show_frame()
|
/u-boot/arch/x86/cpu/i386/ |
A D | interrupt.c | 90 unsigned long d0, d1, d2, d3, d6, d7; in dump_regs() local 141 d1 = get_debugreg(1); in dump_regs() 146 d0, d1, d2, d3); in dump_regs()
|
/u-boot/include/ |
A D | efi.h | 112 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument 117 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) } }
|