/openbmc/qemu/tests/tcg/s390x/ |
H A D | per.S | 53 larl %r1, d3 54 clr %r1, %r2 /* d3 != 0 */ 55 j3: jne d3 57 d3: label
|
/openbmc/u-boot/lib/ |
H A D | tiny-printf.c | 90 unsigned int d3, d2, d1, d0; in put_dec_trunc() local 93 d3 = (q >> 12); 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() 106 if ((d2 != 0) || (d3 != 0)) { in put_dec_trunc() 111 d3 = q + 4 * d3; in put_dec_trunc() 112 if (d3 != 0) { in put_dec_trunc() 113 q = (d3 * 0xcd) >> 11; in put_dec_trunc() 114 d3 = d3 - 10 * q; in put_dec_trunc() 115 *buf++ = d3 + '0'; /* next digit */ in put_dec_trunc()
|
H A D | vsprintf.c | 53 unsigned d3, d2, d1, d0; in put_dec_trunc() local 56 d3 = (q>>12); in put_dec_trunc() 58 d0 = 6*(d3 + d2 + d1) + (q & 0xf); in put_dec_trunc() 62 d1 = q + 9*d3 + 5*d2 + d1; in put_dec_trunc() 69 if ((d2 != 0) || (d3 != 0)) { in put_dec_trunc() 74 d3 = q + 4*d3; in put_dec_trunc() 75 if (d3 != 0) { in put_dec_trunc() 76 q = (d3 * 0xcd) >> 11; in put_dec_trunc() 77 d3 = d3 - 10*q; in put_dec_trunc() 78 *buf++ = d3 + '0'; /* next digit */ in put_dec_trunc() [all …]
|
/openbmc/qemu/tests/tcg/tricore/c/ |
H A D | crt0-tc2x.S | 218 ld.w %d3,[%a13+]4 # %d3 = current block length 219 jeq %d3,-1,__clear_table_done # length == -1 => end of table 220 sh %d0,%d3,-3 # %d0 = length / 8 (doublewords) 221 and %d1,%d3,7 # %d1 = length % 8 (rem. bytes) 263 ld.w %d3,[%a13+]4 # %d3 = block length 264 jeq %d3,-1,__copy_table_done # length == -1 => end of table 265 sh %d0,%d3,-3 # %d0 = length / 8 (doublewords) 266 and %d1,%d3,7 # %d1 = length % 8 (rem. bytes)
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | stih407-clock.dtsi | 288 clk_s_d3_quadfs: clk-s-d3-quadfs@9107000 { 295 clock-output-names = "clk-s-d3-fs0-ch0", 296 "clk-s-d3-fs0-ch1", 297 "clk-s-d3-fs0-ch2", 298 "clk-s-d3-fs0-ch3"; 301 clockgen-d3@9107000 { 305 clk_s_d3_flexgen: clk-s-d3-flexgen {
|
H A D | sama5d31ek.dts | 47 d3 { 48 label = "d3";
|
H A D | stih410-clock.dtsi | 309 clk_s_d3_quadfs: clk-s-d3-quadfs@9107000 { 316 clock-output-names = "clk-s-d3-fs0-ch0", 317 "clk-s-d3-fs0-ch1", 318 "clk-s-d3-fs0-ch2", 319 "clk-s-d3-fs0-ch3"; 322 clockgen-d3@9107000 { 326 clk_s_d3_flexgen: clk-s-d3-flexgen {
|
H A D | sama5d34ek.dts | 57 d3 { 58 label = "d3";
|
H A D | meson-gxbb-nanopi-k2.dts | 208 "Eth RX D3", "Eth RGMII TX Clk", "Eth TX En", 209 "Eth TX D0", "Eth TX D1", "Eth TX D2", "Eth TX D3", 215 "eMMC D0", "eMMC D1", "eMMC D2", "eMMC D3", "eMMC D4", 222 "SDCard D3", "SDCard D2", "SDCard Det", 240 "WIFI SDIO D3", "WIFI SDIO CLK", "WIFI SDIO CMD",
|
H A D | meson-gxl-s905x-khadas-vim.dts | 146 "eMMC D0", "eMMC D1", "eMMC D2", "eMMC D3", 152 "SDCard D3", "SDCard D2", "SDCard Det", 160 "WIFI SDIO D3", "WIFI SDIO CLK", "WIFI SDIO CMD",
|
H A D | meson-gxbb-odroidc2.dts | 204 "Eth RX D3", "Eth RGMII TX Clk", "Eth TX En", 205 "Eth TX D0", "Eth TX D1", "Eth TX D2", "Eth TX D3", 210 "eMMC D0", "eMMC D1", "eMMC D2", "eMMC D3", "eMMC D4", 216 "SDCard D3", "SDCard D2", "SDCard Det",
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | UTIL.interface.yaml | 21 - name: D3 24 D3 keyword.
|
H A D | VSBK.interface.yaml | 68 - name: D3 71 D3 keyword.
|
/openbmc/u-boot/test/ |
H A D | unicode_ut.c | 42 static const char d3[] = {0xe6, 0xbd, 0x9c, 0xe6, 0xb0, 0xb4, 0xe8, 0x89, variable 137 s = d3; in unicode_test_utf8_get() 140 /* c3 is the utf-8 encoding of d3 */ in unicode_test_utf8_get() 145 ut_asserteq_ptr(s, d3 + 9) in unicode_test_utf8_get() 199 ut_asserteq(3, utf8_utf16_strlen(d3)); in unicode_test_utf8_utf16_strlen() 216 ut_asserteq(2, utf8_utf16_strnlen(d3, 2)); in unicode_test_utf8_utf16_strnlen() 264 utf8_utf16_strcpy(&pos, d3); in unicode_test_utf8_utf16_strcpy() 314 utf8_utf16_strncpy(&pos, d3, 2); in unicode_test_utf8_utf16_strncpy() 455 ut_asserteq_str(d3, buf); in unicode_test_utf16_utf8_strcpy() 506 ut_assert(!strncmp(buf, d3, 6)); in unicode_test_utf16_utf8_strncpy()
|
/openbmc/qemu/util/ |
H A D | bitops.c | 45 unsigned long d1, d2, d3; in find_next_bit() local 49 d3 = *(p+3); in find_next_bit() 53 if (d1 | d2 | d3) { in find_next_bit()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | hr-All | 136 [D3 MUXD] 184 [D1 MUXB, D3 MUXA, D6 MUXB] 220 [D3 MUXB, D4 MUXB]
|
/openbmc/u-boot/arch/m68k/lib/ |
H A D | traps.c | 24 printf ("D0: %08lx D1: %08lx D2: %08lx D3: %08lx\n", in show_frame() 25 fp->d0, fp->d1, fp->d2, fp->d3); in show_frame()
|
/openbmc/qemu/linux-user/m68k/ |
H A D | target_syscall.h | 8 abi_long d1, d2, d3, d4, d5, d6, d7; member
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | test-2375.c | 12 "fjcvtzs %w0, %d3\n\t" in main()
|
/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | ptrace.h | 16 ulong d3; member
|
/openbmc/libpldm/tests/data/ |
H A D | test.hex | 10 d3 5c 1c 8a 5a a5
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | adsp.c | 62 /* Set D3 Power Gating Enable in D19:F0:A0 based on PCH type */ in broadwell_adsp_probe() 128 priv->adsp_d3_pg_enable = dev_read_bool(dev, "intel,adsp-d3-pg-enable"); in broadwell_adsp_ofdata_to_platdata()
|
/openbmc/openbmc/poky/meta/recipes-devtools/libedit/libedit/ |
H A D | stdc-predef.patch | 16 index bcdb293..92327d3 100644
|
/openbmc/openbmc/meta-ingrasys/meta-zaius/recipes-phosphor/skeleton/obmc-libobmc-intf/ |
H A D | gpio_defs.json | 34 "pin": "D3",
|
/openbmc/openbmc/meta-quanta/meta-q71l/recipes-phosphor/quanta-powerctrl/files/ |
H A D | init_once.sh | 29 # FP_PWR_BTN_PASS_R_N, GPIO D3, active low
|