Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/fs/yaffs2/
H 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()
/rk3399_rockchip-uboot/lib/
H A Dvsprintf.c52 unsigned d3, d2, d1, d0; in put_dec_trunc() local
54 d2 = (q>>8) & 0xf; in put_dec_trunc()
57 d0 = 6*(d3 + d2 + d1) + (q & 0xf); in put_dec_trunc()
61 d1 = q + 9*d3 + 5*d2 + d1; in put_dec_trunc()
67 d2 = q + 2*d2; in put_dec_trunc()
68 if ((d2 != 0) || (d3 != 0)) { in put_dec_trunc()
69 q = (d2 * 0xd) >> 7; in put_dec_trunc()
70 d2 = d2 - 10*q; in put_dec_trunc()
71 *buf++ = d2 + '0'; /* next digit */ in put_dec_trunc()
90 unsigned d3, d2, d1, d0; in put_dec_full() local
[all …]
H A Drational.c48 unsigned long n, d, n0, d0, n1, d1, n2, d2; in rational_best_approximation() local
72 d2 = d0 + a * d1; in rational_best_approximation()
79 if ((n2 > max_numerator) || (d2 > max_denominator)) { in rational_best_approximation()
95 d1 = d2; in rational_best_approximation()
H A Dtiny-printf.c96 unsigned int d3, d2, d1, d0; in put_dec_trunc() local
98 d2 = (q >> 8) & 0xf; in put_dec_trunc()
101 d0 = 6 * (d3 + d2 + d1) + (q & 0xf); in put_dec_trunc()
105 d1 = q + 9 * d3 + 5 * d2 + d1; in put_dec_trunc()
111 d2 = q + 2 * d2; in put_dec_trunc()
112 if ((d2 != 0) || (d3 != 0)) { in put_dec_trunc()
113 q = (d2 * 0xd) >> 7; in put_dec_trunc()
114 d2 = d2 - 10 * q; in put_dec_trunc()
115 *buf++ = d2 + '0'; /* next digit */ in put_dec_trunc()
/rk3399_rockchip-uboot/board/freescale/m54451evb/
H A Dsbf_dram_init.S27 move.l #(CONFIG_SYS_SDRAM_SIZE), %d2
29 lsr.l #1, %d2
33 lsr.l #1, %d2
35 cmp.l #1, %d2
/rk3399_rockchip-uboot/board/freescale/m54455evb/
H A Dsbf_dram_init.S27 move.l #(CONFIG_SYS_SDRAM_SIZE), %d2
29 lsr.l #1, %d2
33 lsr.l #1, %d2
35 cmp.l #1, %d2
/rk3399_rockchip-uboot/include/
H A Drockchip_ir.h87 static inline bool eq_margin(unsigned d1, unsigned d2, unsigned margin) in eq_margin() argument
89 return ((d1 > (d2 - margin)) && (d1 < (d2 + margin))); in eq_margin()
H A Defi.h89 #define EFI_GUID(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
95 (d0), (d1), (d2), (d3), (d4), (d5), (d6), (d7) } })
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5227x/
H A Dstart.S137 move.l #(CONFIG_SYS_SDRAM_SIZE), %d2
139 lsr.l #1, %d2
143 lsr.l #1, %d2
145 cmp.l #1, %d2
249 move.l #0x8004000B, %d2 /* Fast Read Cmd */
253 move.l #0x80040000, %d2 /* Address byte 2 */
257 move.l #0x80040000, %d2 /* Address byte 1 */
261 move.l #0x80040000, %d2 /* Address byte 0 */
265 move.l #0x80040000, %d2 /* Dummy Wr and Rd */
271 move.l #0x80040000, %d2
[all …]
/rk3399_rockchip-uboot/scripts/dtc/
H 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()
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/
H A Dstart.S235 move.l #0x8002000B, %d2 /* Fast Read Cmd */
239 move.l #0x80020000, %d2 /* Address byte 2 */
243 move.l #0x80020000, %d2 /* Address byte 1 */
247 move.l #0x80020000, %d2 /* Address byte 0 */
251 move.l #0x80020000, %d2 /* Dummy Wr and Rd */
257 move.l #0x80020000, %d2
269 move.l #0x80020000, %d2
279 move.l #0x00020000, %d2 /* Terminate */
293 move.l %d2, (%a2)
391 move.l #4, %d2 /* start at 4 */
[all …]
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dstih407-clock.dtsi234 clk_s_d2_quadfs: clk-s-d2-quadfs@9106000 {
241 clock-output-names = "clk-s-d2-fs0-ch0",
242 "clk-s-d2-fs0-ch1",
243 "clk-s-d2-fs0-ch2",
244 "clk-s-d2-fs0-ch3";
253 clockgen-d2@x9106000 {
257 clk_s_d2_flexgen: clk-s-d2-flexgen {
H A Dstih410-clock.dtsi255 clk_s_d2_quadfs: clk-s-d2-quadfs@9106000 {
262 clock-output-names = "clk-s-d2-fs0-ch0",
263 "clk-s-d2-fs0-ch1",
264 "clk-s-d2-fs0-ch2",
265 "clk-s-d2-fs0-ch3";
274 clockgen-d2@x9106000 {
278 clk_s_d2_flexgen: clk-s-d2-flexgen {
H A Dsama5d3xcm.dtsi117 d2 {
118 label = "d2";
H A Dsama5d3xcm_cmp.dtsi160 d2 {
161 label = "d2";
H A Dat91sam9263ek.dts195 d2 {
196 label = "d2";
H A Dat91-sama5d3_xplained.dts337 d2 {
338 label = "d2";
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dstring.c136 int d0, d1, d2, d3, d4, d5; in memmove() local
285 : "=&c" (d0), "=&S" (d1), "=&D" (d2), in memmove()
/rk3399_rockchip-uboot/drivers/timer/
H A Dtsc_timer.c202 unsigned long d1, d2; in quick_pit_calibrate() local
232 if (!pit_expect_msb(0xff-i, &delta, &d2)) in quick_pit_calibrate()
239 if (d1+d2 >= delta >> 11) in quick_pit_calibrate()
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dptrace.h17 ulong d2; member
/rk3399_rockchip-uboot/tools/
H A Dimximage.c179 struct dcd_v2_cmd *d2; in set_dcd_param_v2() local
184 d2 = d; in set_dcd_param_v2()
187 d2 = (struct dcd_v2_cmd *)(((char *)d) + len); in set_dcd_param_v2()
194 d = d2; in set_dcd_param_v2()
203 d = d2; in set_dcd_param_v2()
212 d = d2; in set_dcd_param_v2()
221 d = d2; in set_dcd_param_v2()
227 d = d2; in set_dcd_param_v2()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dbitops.h267 int d0, d1, d2; in find_first_zero_bit() local
284 :"=d" (res), "=&c" (d0), "=&D" (d1), "=&a" (d2) in find_first_zero_bit()
/rk3399_rockchip-uboot/arch/m68k/lib/
H A Dtraps.c26 fp->d0, fp->d1, fp->d2, fp->d3); in show_frame()
/rk3399_rockchip-uboot/arch/x86/cpu/i386/
H A Dinterrupt.c72 unsigned long d0, d1, d2, d3, d6, d7; in dump_regs() local
124 d2 = get_debugreg(2); in dump_regs()
128 d0, d1, d2, d3); in dump_regs()
/rk3399_rockchip-uboot/board/theobroma-systems/lion_rk3368/
H A DREADME78 Warning: ethernet@ff290000 (eth0) using random MAC address - d2:69:35:7e:d0:1e

12