/u-boot/fs/yaffs2/ |
A D | yaffs_ecc.c | 138 unsigned char d0, d1, d2; /* deltas */ in yaffs_ecc_correct() local 142 d2 = read_ecc[2] ^ test_ecc[2]; in yaffs_ecc_correct() 144 if ((d0 | d1 | d2) == 0) in yaffs_ecc_correct() 149 ((d2 ^ (d2 >> 1)) & 0x54) == 0x54) { in yaffs_ecc_correct() 174 if (d2 & 0x80) in yaffs_ecc_correct() 176 if (d2 & 0x20) in yaffs_ecc_correct() 178 if (d2 & 0x08) 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 56 d2 = (q>>8) & 0xf; in put_dec_trunc() 69 d2 = q + 2*d2; in put_dec_trunc() 71 q = (d2 * 0xd) >> 7; in put_dec_trunc() 72 d2 = d2 - 10*q; in put_dec_trunc() 92 unsigned d3, d2, d1, d0; in put_dec_full() local 94 d2 = (q>>8) & 0xf; in put_dec_full() 116 d2 = q + 2*d2; in put_dec_full() 117 q = (d2 * 0xd) >> 7; in put_dec_full() 118 d2 = d2 - 10*q; in put_dec_full() [all …]
|
A D | tiny-printf.c | 90 unsigned int d3, d2, d1, d0; in put_dec_trunc() local 92 d2 = (q >> 8) & 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() 105 d2 = q + 2 * d2; in put_dec_trunc() 106 if ((d2 != 0) || (d3 != 0)) { in put_dec_trunc() 107 q = (d2 * 0xd) >> 7; in put_dec_trunc() 108 d2 = d2 - 10 * q; in put_dec_trunc() 109 *buf++ = d2 + '0'; /* next digit */ in put_dec_trunc()
|
/u-boot/board/freescale/m54451evb/ |
A D | sbf_dram_init.S | 26 move.l #(CONFIG_SYS_SDRAM_SIZE), %d2 28 lsr.l #1, %d2 32 lsr.l #1, %d2 34 cmp.l #1, %d2
|
/u-boot/test/lib/ |
A D | efi_device_path.c | 20 u8 d2[] __aligned(2) = { in lib_test_efi_dp_check_length() local 28 struct efi_device_path *p2 = (struct efi_device_path *)d2; in lib_test_efi_dp_check_length() 37 ut_asserteq((ssize_t)-1, efi_dp_check_length(p2, sizeof(d2))); in lib_test_efi_dp_check_length()
|
/u-boot/board/freescale/m54455evb/ |
A D | sbf_dram_init.S | 26 move.l #(CONFIG_SYS_SDRAM_SIZE), %d2 28 lsr.l #1, %d2 32 lsr.l #1, %d2 34 cmp.l #1, %d2
|
/u-boot/arch/m68k/cpu/mcf5227x/ |
A D | start.S | 136 move.l #(CONFIG_SYS_SDRAM_SIZE), %d2 138 lsr.l #1, %d2 142 lsr.l #1, %d2 144 cmp.l #1, %d2 248 move.l #0x8004000B, %d2 /* Fast Read Cmd */ 252 move.l #0x80040000, %d2 /* Address byte 2 */ 256 move.l #0x80040000, %d2 /* Address byte 1 */ 270 move.l #0x80040000, %d2 282 move.l #0x80040000, %d2 292 move.l #0x00040000, %d2 /* Terminate */ [all …]
|
/u-boot/scripts/dtc/ |
A D | data.c | 154 struct data data_merge(struct data d1, struct data d2) in data_merge() argument 157 struct marker *m2 = d2.markers; in data_merge() 159 d = data_append_markers(data_append_data(d1, d2.val, d2.len), m2); in data_merge() 165 d2.markers = NULL; /* So data_free() doesn't clobber them */ in data_merge() 166 data_free(d2); in data_merge()
|
/u-boot/arch/arm/dts/ |
A D | kirkwood-d2net.dts | 3 * Device Tree file for d2 Network v2 15 model = "LaCie d2 Network v2";
|
A D | stih407-clock.dtsi | 237 clk_s_d2_quadfs: clk-s-d2-quadfs@9106000 { 244 clock-output-names = "clk-s-d2-fs0-ch0", 245 "clk-s-d2-fs0-ch1", 246 "clk-s-d2-fs0-ch2", 247 "clk-s-d2-fs0-ch3"; 250 clockgen-d2@9106000 { 254 clk_s_d2_flexgen: clk-s-d2-flexgen {
|
A D | stih410-clock.dtsi | 247 clk_s_d2_quadfs: clk-s-d2-quadfs@9106000 { 254 clock-output-names = "clk-s-d2-fs0-ch0", 255 "clk-s-d2-fs0-ch1", 256 "clk-s-d2-fs0-ch2", 257 "clk-s-d2-fs0-ch3"; 260 clockgen-d2@9106000 { 264 clk_s_d2_flexgen: clk-s-d2-flexgen {
|
A D | sama5d3xcm.dtsi | 117 d2 { 118 label = "d2";
|
A D | sama5d3xcm_cmp.dtsi | 160 d2 { 161 label = "d2";
|
A D | at91sam9263ek.dts | 195 d2 { 196 label = "d2";
|
/u-boot/arch/m68k/cpu/mcf5445x/ |
A D | start.S | 234 move.l #0x8002000B, %d2 /* Fast Read Cmd */ 238 move.l #0x80020000, %d2 /* Address byte 2 */ 242 move.l #0x80020000, %d2 /* Address byte 1 */ 246 move.l #0x80020000, %d2 /* Address byte 0 */ 256 move.l #0x80020000, %d2 268 move.l #0x80020000, %d2 278 move.l #0x00020000, %d2 /* Terminate */ 292 move.l %d2, (%a2) 390 move.l #4, %d2 /* start at 4 */ 397 or.l %d2, %d0 [all …]
|
/u-boot/test/ |
A D | unicode_ut.c | 105 ut_assert(!strncmp(&buf[2], d2, 7)); in unicode_test_string16() 145 s = d2; in unicode_test_utf8_get() 153 ut_asserteq_ptr(s, d2 + 9) in unicode_test_utf8_get() 223 ut_asserteq(8, utf8_utf16_strlen(d2)); in unicode_test_utf8_utf16_strlen() 240 ut_asserteq(6, utf8_utf16_strnlen(d2, 6)); in unicode_test_utf8_utf16_strnlen() 284 utf8_utf16_strcpy(&pos, d2); in unicode_test_utf8_utf16_strcpy() 332 utf8_utf16_strncpy(&pos, d2, 10); in unicode_test_utf8_utf16_strncpy() 475 ut_asserteq_str(d2, buf); in unicode_test_utf16_utf8_strcpy() 524 ut_assert(!strncmp(buf, d2, SIZE_MAX)); in unicode_test_utf16_utf8_strncpy() 657 utf8_to_cp437_stream_helper(d2, buf); in unicode_test_utf8_to_cp437_stream() [all …]
|
/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/arch/m68k/include/asm/ |
A D | ptrace.h | 15 ulong d2; member
|
/u-boot/drivers/timer/ |
A D | tsc_timer.c | 270 unsigned long d1, d2; in quick_pit_calibrate() local 300 if (!pit_expect_msb(0xff-i, &delta, &d2)) in quick_pit_calibrate() 307 if (d1+d2 >= delta >> 11) in quick_pit_calibrate()
|
/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/tools/ |
A D | imximage.c | 182 struct dcd_v2_cmd *d2; in set_dcd_param_v2() local 187 d2 = d; in set_dcd_param_v2() 190 d2 = (struct dcd_v2_cmd *)(((char *)d) + len); in set_dcd_param_v2() 197 d = d2; in set_dcd_param_v2() 206 d = d2; in set_dcd_param_v2() 215 d = d2; in set_dcd_param_v2() 224 d = d2; in set_dcd_param_v2() 230 d = d2; in set_dcd_param_v2()
|
/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 142 d2 = get_debugreg(2); 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) } }
|
/u-boot/arch/arm/mach-nexell/ |
A D | clock.c | 617 short s1 = 0, s2 = 0, d1 = 0, d2 = 0; in clk_round_rate() local 668 s2 = n, d2 = div[0]; in clk_round_rate() 671 s2 = I_CLKn_BIT, d2 = div[1]; in clk_round_rate() 687 d1 = 1; d2 = 1; in clk_round_rate() 692 peri->div_src_1 = s2, peri->div_val_1 = d2; in clk_round_rate()
|