/Zephyr-Core-2.7.6/include/arch/arc/asm-compat/ |
D | asm-macro-32-bit-mwdt.h | 8 .macro MOVR, d, s 9 mov\&$suffix d, s 13 .macro LDR, d, s, off 15 ld\&$suffix d, [s] 17 ld\&$suffix d, [s, off] 21 .macro STR, d, s, off 23 st\&$suffix d, [s] 25 st\&$suffix d, [s, off] 38 .macro LRR, d, aux 39 lr d, aux [all …]
|
D | asm-macro-64-bit-gnu.h | 11 .macro MOVR\cc d, s 12 movl\cc \d, \s 17 .macro LDR\aa d, s, off=0 18 ldl\aa \d, [\s, \off] 23 .macro STR\aa d, s, off=0 26 stl\aa \d, [\s] 28 stl\aa \d, [\s, \off] 33 .macro STR d, s, off=0 35 stl \d, [\s] 38 STR.as \d, \s, \off / 8 [all …]
|
D | asm-macro-32-bit-gnu.h | 11 .macro MOVR\cc d, s 12 mov\cc \d, \s 17 .macro LDR\aa d, s, off=0 18 ld\aa \d, [\s, \off] 23 .macro STR\aa d, s, off=0 26 st\aa \d, [\s] 28 st\aa \d, [\s, \off] 41 .macro LRR d, aux 42 lr \d, \aux 45 .macro SRR d, aux [all …]
|
/Zephyr-Core-2.7.6/dts/arm/atmel/ |
D | same70-pinctrl.dtsi | 14 DT_ATMEL_PIN(afec1, adtrg, d, 9, c); 15 DT_ATMEL_PIN(gmac, gcol, d, 13, a); 16 DT_ATMEL_PIN(gmac, gcrs, d, 10, a); 17 DT_ATMEL_PIN(gmac, gmdc, d, 8, a); 18 DT_ATMEL_PIN(gmac, gmdio, d, 9, a); 19 DT_ATMEL_PIN(gmac, grxck, d, 14, a); 20 DT_ATMEL_PIN(gmac, grxdv, d, 4, a); 21 DT_ATMEL_PIN(gmac, grxer, d, 7, a); 22 DT_ATMEL_PIN(gmac, grx0, d, 5, a); 23 DT_ATMEL_PIN(gmac, grx1, d, 6, a); [all …]
|
D | samd5x-pinctrl.dtsi | 21 DT_ATMEL_PORT(sercom0, pad0, a, 4, d, pinmux-enable); 22 DT_ATMEL_PORT(sercom0, pad1, a, 5, d, pinmux-enable); 23 DT_ATMEL_PORT(sercom0, pad2, a, 6, d, pinmux-enable); 24 DT_ATMEL_PORT(sercom0, pad3, a, 7, d, pinmux-enable); 25 DT_ATMEL_PORT(sercom0, pad0, c, 17, d, pinmux-enable); 26 DT_ATMEL_PORT(sercom0, pad1, c, 16, d, pinmux-enable); 27 DT_ATMEL_PORT(sercom0, pad2, c, 18, d, pinmux-enable); 28 DT_ATMEL_PORT(sercom0, pad3, c, 19, d, pinmux-enable); 35 DT_ATMEL_PORT(sercom1, pad2, d, 20, c, pinmux-enable); 36 DT_ATMEL_PORT(sercom1, pad3, d, 21, c, pinmux-enable); [all …]
|
D | samd2x-pinctrl.dtsi | 13 DT_ATMEL_PORT(sercom0, pad0, a, 4, d, pinmux-enable); 14 DT_ATMEL_PORT(sercom0, pad1, a, 5, d, pinmux-enable); 15 DT_ATMEL_PORT(sercom0, pad2, a, 6, d, pinmux-enable); 16 DT_ATMEL_PORT(sercom0, pad3, a, 7, d, pinmux-enable); 21 DT_ATMEL_PORT(sercom1, pad0, a, 0, d, pinmux-enable); 22 DT_ATMEL_PORT(sercom1, pad1, a, 1, d, pinmux-enable); 23 DT_ATMEL_PORT(sercom1, pad0, a, 30, d, pinmux-enable); 24 DT_ATMEL_PORT(sercom1, pad1, a, 31, d, pinmux-enable); 29 DT_ATMEL_PORT(sercom2, pad0, a, 8, d, pinmux-enable); 30 DT_ATMEL_PORT(sercom2, pad1, a, 9, d, pinmux-enable); [all …]
|
D | sam4e-pinctrl.dtsi | 13 DT_ATMEL_PIN(gmac, gcol, d, 13, a); 14 DT_ATMEL_PIN(gmac, gcrs, d, 10, a); 15 DT_ATMEL_PIN(gmac, gcrsdv, d, 4, a); 16 DT_ATMEL_PIN(gmac, grxdv, d, 4, a); 17 DT_ATMEL_PIN(gmac, gmdc, d, 8, a); 18 DT_ATMEL_PIN(gmac, gmdio, d, 9, a); 19 DT_ATMEL_PIN(gmac, grx0, d, 5, a); 20 DT_ATMEL_PIN(gmac, grx1, d, 6, a); 21 DT_ATMEL_PIN(gmac, grx2, d, 11, a); 22 DT_ATMEL_PIN(gmac, grx3, d, 12, a); [all …]
|
/Zephyr-Core-2.7.6/drivers/ipm/ |
D | ipm_mhu.c | 21 static enum ipm_mhu_cpu_id_t ipm_mhu_get_cpu_id(const struct device *d) in ipm_mhu_get_cpu_id() argument 26 p_mhu_dev_base = (volatile uint32_t *)IPM_MHU_REGS(d); in ipm_mhu_get_cpu_id() 35 static uint32_t ipm_mhu_get_status(const struct device *d, in ipm_mhu_get_status() argument 45 p_mhu_dev = (struct ipm_mhu_reg_map_t *)IPM_MHU_REGS(d); in ipm_mhu_get_status() 60 static int ipm_mhu_send(const struct device *d, int wait, uint32_t cpu_id, in ipm_mhu_send() argument 77 p_mhu_dev = (struct ipm_mhu_reg_map_t *)IPM_MHU_REGS(d); in ipm_mhu_send() 92 static void ipm_mhu_clear_val(const struct device *d, in ipm_mhu_clear_val() argument 98 p_mhu_dev = (struct ipm_mhu_reg_map_t *)IPM_MHU_REGS(d); in ipm_mhu_clear_val() 111 static uint32_t ipm_mhu_max_id_val_get(const struct device *d) in ipm_mhu_max_id_val_get() argument 113 ARG_UNUSED(d); in ipm_mhu_max_id_val_get() [all …]
|
D | ipm_mcux.c | 76 static int mcux_mailbox_ipm_send(const struct device *d, int wait, in mcux_mailbox_ipm_send() argument 80 const struct mcux_mailbox_config *config = d->config; in mcux_mailbox_ipm_send() 113 static int mcux_mailbox_ipm_max_data_size_get(const struct device *d) in mcux_mailbox_ipm_max_data_size_get() argument 115 ARG_UNUSED(d); in mcux_mailbox_ipm_max_data_size_get() 121 static uint32_t mcux_mailbox_ipm_max_id_val_get(const struct device *d) in mcux_mailbox_ipm_max_id_val_get() argument 123 ARG_UNUSED(d); in mcux_mailbox_ipm_max_id_val_get() 128 static void mcux_mailbox_ipm_register_callback(const struct device *d, in mcux_mailbox_ipm_register_callback() argument 132 struct mcux_mailbox_data *driver_data = d->data; in mcux_mailbox_ipm_register_callback() 139 static int mcux_mailbox_ipm_set_enabled(const struct device *d, int enable) in mcux_mailbox_ipm_set_enabled() argument
|
/Zephyr-Core-2.7.6/tests/subsys/logging/log_api/src/ |
D | test.inc | 109 #define TEST_MSG_1 "%f %d %f" 129 double d = -1.2356; 131 snprintk(str, sizeof(str), TEST_MSG_1, f, 100, d); 136 LOG_INF(TEST_MSG_1, f, 100, d); 309 ROUND_UP(LOG2_SIMPLE_MSG_LEN + 2 * sizeof(int) + STR_SIZE("test %d"), 361 LOG_INF("test %d %d", 100, 100); 432 LOG_INF("test %d %d %d", 1, 2, 3); 433 LOG_INF("test %d %d %d %d", 1, 2, 3, 4); 434 LOG_INF("test %d %d %d %d %d", 1, 2, 3, 4, 5); 438 LOG_INF("test %d %d %d %d %d %d", 1, 2, 3, 4, 5, 6); [all …]
|
/Zephyr-Core-2.7.6/tests/drivers/ipm/src/ |
D | ipm_dummy.c | 26 const struct device *d = (const struct device *)data; in ipm_dummy_isr() local 27 struct ipm_dummy_driver_data *driver_data = d->data; in ipm_dummy_isr() 37 driver_data->cb(d, in ipm_dummy_isr() 47 static int ipm_dummy_send(const struct device *d, int wait, uint32_t id, in ipm_dummy_send() argument 55 driver_data = d->data; in ipm_dummy_send() 56 if (size > ipm_max_data_size_get(d)) { in ipm_dummy_send() 73 irq_offload(ipm_dummy_isr, (const void *)d); in ipm_dummy_send() 83 static void ipm_dummy_register_callback(const struct device *d, in ipm_dummy_register_callback() argument 89 driver_data = d->data; in ipm_dummy_register_callback() 94 static int ipm_dummy_set_enabled(const struct device *d, int enable) in ipm_dummy_set_enabled() argument [all …]
|
/Zephyr-Core-2.7.6/tests/lib/sprintf/src/ |
D | main.c | 65 double d; member 73 double d; member 107 sprintf(buffer, "%e", var.d); in test_sprintf_double() 111 sprintf(buffer, "%E", var.d); in test_sprintf_double() 115 sprintf(buffer, "%f", var.d); in test_sprintf_double() 119 sprintf(buffer, "%F", var.d); in test_sprintf_double() 123 sprintf(buffer, "%g", var.d); in test_sprintf_double() 127 sprintf(buffer, "%G", var.d); in test_sprintf_double() 133 sprintf(buffer, "%e", var.d); in test_sprintf_double() 137 sprintf(buffer, "%E", var.d); in test_sprintf_double() [all …]
|
/Zephyr-Core-2.7.6/lib/libc/minimal/source/string/ |
D | string.c | 20 char *strcpy(char *_MLIBC_RESTRICT d, const char *_MLIBC_RESTRICT s) in strcpy() argument 22 char *dest = d; in strcpy() 25 *d = *s; in strcpy() 26 d++; in strcpy() 30 *d = '\0'; in strcpy() 42 char *strncpy(char *_MLIBC_RESTRICT d, const char *_MLIBC_RESTRICT s, size_t n) in strncpy() argument 44 char *dest = d; in strncpy() 47 *d = *s; in strncpy() 49 d++; in strncpy() 54 *d = '\0'; in strncpy() [all …]
|
/Zephyr-Core-2.7.6/boards/shields/st7735r/ |
D | st7735r_ada_160x128.overlay | 30 frmctr1 = [01 2c 2d]; 31 frmctr2 = [01 2c 2d]; 32 frmctr3 = [01 2c 2d 01 2c 2d]; 33 gamctrp1 = [02 1c 07 12 37 32 29 2d 29 25 2b 39 00 01 03 10]; 34 gamctrn1 = [03 1d 07 06 2e 2c 29 2d 2e 2e 37 3f 00 00 02 10];
|
/Zephyr-Core-2.7.6/subsys/mgmt/mcumgr/ |
D | buf.c | 28 cbor_nb_reader_get8(struct cbor_decoder_reader *d, int offset) in cbor_nb_reader_get8() argument 32 cnr = (struct cbor_nb_reader *) d; in cbor_nb_reader_get8() 42 cbor_nb_reader_get16(struct cbor_decoder_reader *d, int offset) in cbor_nb_reader_get16() argument 47 cnr = (struct cbor_nb_reader *) d; in cbor_nb_reader_get16() 58 cbor_nb_reader_get32(struct cbor_decoder_reader *d, int offset) in cbor_nb_reader_get32() argument 63 cnr = (struct cbor_nb_reader *) d; in cbor_nb_reader_get32() 74 cbor_nb_reader_get64(struct cbor_decoder_reader *d, int offset) in cbor_nb_reader_get64() argument 79 cnr = (struct cbor_nb_reader *) d; in cbor_nb_reader_get64() 90 cbor_nb_reader_cmp(struct cbor_decoder_reader *d, char *buf, int offset, in cbor_nb_reader_cmp() argument 95 cnr = (struct cbor_nb_reader *) d; in cbor_nb_reader_cmp() [all …]
|
/Zephyr-Core-2.7.6/lib/os/ |
D | cbprintf_nano.c | 174 uint_value_type d; in cbvprintf() local 178 d = va_arg(ap, size_t); in cbvprintf() 180 d = va_arg(ap, ssize_t); in cbvprintf() 184 d = va_arg(ap, unsigned long); in cbvprintf() 186 d = va_arg(ap, long); in cbvprintf() 199 d = (uint_value_type) llu; in cbvprintf() 209 d = (int_value_type) lld; in cbvprintf() 212 d = va_arg(ap, unsigned int); in cbvprintf() 214 d = va_arg(ap, int); in cbvprintf() 217 if (*fmt != 'u' && (int_value_type)d < 0) { in cbvprintf() [all …]
|
/Zephyr-Core-2.7.6/drivers/serial/ |
D | uart_native_posix.c | 214 struct native_uart_status *d; in np_uart_0_init() local 216 d = (struct native_uart_status *)dev->data; in np_uart_0_init() 219 int tty_fn = open_tty(d, DT_INST_LABEL(0), in np_uart_0_init() 222 d->in_fd = tty_fn; in np_uart_0_init() 223 d->out_fd = tty_fn; in np_uart_0_init() 226 d->in_fd = STDIN_FILENO; in np_uart_0_init() 227 d->out_fd = STDOUT_FILENO; in np_uart_0_init() 251 struct native_uart_status *d; in np_uart_1_init() local 254 d = (struct native_uart_status *)dev->data; in np_uart_1_init() 256 tty_fn = open_tty(d, DT_INST_LABEL(1), false); in np_uart_1_init() [all …]
|
/Zephyr-Core-2.7.6/tests/subsys/cpp/libcxx/src/ |
D | main.cpp | 60 auto d = std::make_unique<make_unique_data>(); in test_make_unique() local 61 zassert_true(static_cast<bool>(d), "allocation failed"); in test_make_unique() 63 zassert_equal(d->inst, 1, "instance init failed"); in test_make_unique() 65 d.reset(); in test_make_unique() 66 zassert_false(d, "release failed"); in test_make_unique()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/util/ |
D | util.c | 276 uint8_t d; in util_bis_aa_le32() local 281 d = ((35 * bis) + 42) & 0x7f; in util_bis_aa_le32() 286 if (d & 1) { in util_bis_aa_le32() 293 dwh[1] |= (d & 0x02) | ((d >> 6) & 0x01); in util_bis_aa_le32() 294 dwh[0] = ((d & 0x02) << 6) | (d & 0x30) | ((d & 0x0C) >> 1); in util_bis_aa_le32()
|
/Zephyr-Core-2.7.6/lib/libc/minimal/include/ |
D | string.h | 19 extern char *strcpy(char *_MLIBC_RESTRICT d, const char *_MLIBC_RESTRICT s); 20 extern char *strncpy(char *_MLIBC_RESTRICT d, const char *_MLIBC_RESTRICT s, 39 extern void *memmove(void *d, const void *s, size_t n); 40 extern void *memcpy(void *_MLIBC_RESTRICT d, const void *_MLIBC_RESTRICT s,
|
/Zephyr-Core-2.7.6/scripts/net/ |
D | run-sample-tests.sh | 33 local d 35 for d in "$ZEPHYR_BASE/../.." "$ZEPHYR_BASE/.." 39 l="$d/net-tools" 405 for d in $dirs; do 406 if [ ! -d "$d" ]; then 407 echo "No such directory $d, skipping it" 411 if [ ! -f "$d/$docker_test_script_name" ]; then 412 echo "No such file $d/$docker_test_script_name, skipping directory" 419 cd "$d"
|
/Zephyr-Core-2.7.6/tests/unit/util/ |
D | test.inc | 254 zassert_equal(array[0], 1, "Unexpected value %d", array[0]); 255 zassert_equal(array[1], 2, "Unexpected value %d", array[1]); 256 zassert_equal(array[2], 3, "Unexpected value %d", array[2]); 272 FOR_EACH_NONEMPTY_TERM(SQUARE, (,), SWALLOW_VA_ARGS_2(c, d)) 282 zassert_equal(size, 7, "Unexpected size %d", size); 283 zassert_equal(array[0], 1, "Unexpected value %d", array[0]); 284 zassert_equal(array[1], 4, "Unexpected value %d", array[1]); 285 zassert_equal(array[2], 9, "Unexpected value %d", array[2]); 286 zassert_equal(array[3], 16, "Unexpected value %d", array[3]); 287 zassert_equal(array[4], 25, "Unexpected value %d", array[4]); [all …]
|
/Zephyr-Core-2.7.6/dts/riscv/starfive/ |
D | starfive_jh7100_beagle_v.dtsi | 24 d-cache-block-size = <64>; 25 d-cache-sets = <64>; 26 d-cache-size = <32768>; 27 d-tlb-sets = <1>; 28 d-tlb-size = <32>; 52 d-cache-block-size = <64>; 53 d-cache-sets = <64>; 54 d-cache-size = <32768>; 55 d-tlb-sets = <1>; 56 d-tlb-size = <32>;
|
/Zephyr-Core-2.7.6/scripts/ |
D | uf2conv.py | 215 for d in os.listdir(rootpath): 216 drives.append(os.path.join(rootpath, d)) 219 def has_info(d): argument 221 return os.path.isfile(d + INFO_FILE) 235 for d in get_drives(): 236 print(d, board_id(d)) 317 for d in drives: 318 print("Flashing %s (%s)" % (d, board_id(d))) 319 write_file(d + "/NEW.UF2", outbuf)
|
/Zephyr-Core-2.7.6/tests/crypto/tinycrypt/src/ |
D | test_ecc_utils.c | 166 unsigned int d[NUM_ECC_WORDS]; in keygen_vectors() local 183 (void)memset(d, 0, sizeof(d)); in keygen_vectors() 184 string2scalar(d, NUM_ECC_WORDS, d_vec[i]); in keygen_vectors() 189 uECC_make_key_with_d(pub_bytes, prv_bytes, d, uECC_secp256r1()); in keygen_vectors()
|