Home
last modified time | relevance | path

Searched refs:d2 (Results 1 – 25 of 36) sorted by relevance

12

/u-boot/fs/yaffs2/
A Dyaffs_ecc.c138 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 Dvsprintf.c54 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 Dtiny-printf.c90 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 Dsbf_dram_init.S26 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 Defi_device_path.c20 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 Dsbf_dram_init.S26 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 Dstart.S136 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 Ddata.c154 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 Dkirkwood-d2net.dts3 * Device Tree file for d2 Network v2
15 model = "LaCie d2 Network v2";
A Dstih407-clock.dtsi237 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 Dstih410-clock.dtsi247 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 Dsama5d3xcm.dtsi117 d2 {
118 label = "d2";
A Dsama5d3xcm_cmp.dtsi160 d2 {
161 label = "d2";
A Dat91sam9263ek.dts195 d2 {
196 label = "d2";
/u-boot/arch/m68k/cpu/mcf5445x/
A Dstart.S234 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 Dunicode_ut.c105 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 Dstring.c135 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 Dptrace.h15 ulong d2; member
/u-boot/drivers/timer/
A Dtsc_timer.c270 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 Dbitops.h269 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 Dimximage.c182 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 Dtraps.c27 fp->d0, fp->d1, fp->d2, fp->d3); in show_frame()
/u-boot/arch/x86/cpu/i386/
A Dinterrupt.c90 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 Defi.h112 #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 Dclock.c617 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()

Completed in 33 milliseconds

12