/Zephyr-latest/arch/arm/core/mpu/cortex_a_r/ |
D | arm_mpu_internal.h | 26 __asm__ volatile("mrc p15, 0, %0, c6, c1, 4" : "=r" (attr) ::); in get_region_attributes() 34 __asm__ volatile("mrc p15, 0, %0, c6, c1, 0" : "=r" (addr) ::); in get_region_base_address() 42 __asm__ volatile("mrc p15, 0, %0, c6, c1, 2" : "=r" (size) ::); in get_region_size() 48 __asm__ volatile("mcr p15, 0, %0, c6, c1, 4" :: "r" (attr) :); in set_region_attributes() 53 __asm__ volatile("mcr p15, 0, %0, c6, c1, 0" :: "r" (addr) :); in set_region_base_address() 79 __asm__ volatile("mcr p15, 0, %0, c6, c1, 2" :: "r" (size) :); in set_region_size()
|
/Zephyr-latest/lib/utils/ |
D | base64.c | 64 int C1, C2, C3; in base64_encode() local 89 C1 = *src++; in base64_encode() 93 *p++ = base64_enc_map[(C1 >> 2) & 0x3F]; in base64_encode() 94 *p++ = base64_enc_map[(((C1 & 3) << 4) + (C2 >> 4)) & 0x3F]; in base64_encode() 100 C1 = *src++; in base64_encode() 103 *p++ = base64_enc_map[(C1 >> 2) & 0x3F]; in base64_encode() 104 *p++ = base64_enc_map[(((C1 & 3) << 4) + (C2 >> 4)) & 0x3F]; in base64_encode()
|
D | rb.c | 274 struct rbnode *c0, *c1, *inner, *outer; in fix_missing_black() local 306 c1 = get_child(sib, 1U); in fix_missing_black() 307 if (((c0 == NULL) || is_black(c0)) && ((c1 == NULL) || in fix_missing_black() 308 is_black(c1))) { in fix_missing_black() 329 CHECK((c0 && is_red(c0)) || (c1 && is_red(c1))); in fix_missing_black()
|
/Zephyr-latest/tests/kernel/common/src/ |
D | clock.c | 112 uint32_t c32, c0, c1, t32; in ZTEST() local 131 c1 = k_uptime_get_32(); in ZTEST() 133 if (c1 > c0) { in ZTEST() 135 zassert_true((c1 - c0) > in ZTEST() 139 zassert_true((uint32_t)k_cyc_to_ns_floor64(c1 - c0) > in ZTEST()
|
/Zephyr-latest/drivers/ipm/ |
D | ipm_nrfx_ipc.h | 18 * [C0] [C1] 23 * [C0] [C1]
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | arch_inlines.h | 24 __asm__ volatile("movq %%gs:(%c1), %0" in arch_curr_cpu()
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | reset.S | 68 mcr p15, 4, r0, c1, c0, 1 156 mrc p15, 0, r0, c1, c0, 2 158 mcr p15, 0, r0, c1, c0, 2 209 mcr p15, 1, r0, c9, c1, 0
|
/Zephyr-latest/boards/enjoydigital/litex_vexriscv/doc/img/ |
D | symbiflow.svg | 1 …c1.1 2.6 1.7 5.5 1.7 8.6L56.4 48c0-2.7-.8-4.9-2.3-6.4-1.5-1.5-3.6-2.3-6.4-2.3-2.4 0-4.4.7-5.9 2s-2…
|
/Zephyr-latest/lib/libc/minimal/source/string/ |
D | string.c | 222 const char *c1 = m1; in memcmp() local 229 while ((--n > 0) && (*c1 == *c2)) { in memcmp() 230 c1++; in memcmp() 234 return *c1 - *c2; in memcmp()
|
/Zephyr-latest/dts/bindings/mipi-dbi/ |
D | zephyr,mipi-dbi-spi.yaml | 22 Data/command gpio pin. Required when using 4 wire SPI mode (Mode C1).
|
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/boards/ |
D | rd_rw612_bga.overlay | 54 ngamctrl = [00 0e 14 03 11 07 31 c1 48 08 0f 0c 31 36 0f];
|
/Zephyr-latest/boards/shields/buydisplay_2_8_tft_touch_arduino/ |
D | buydisplay_2_8_tft_touch_arduino.overlay | 45 ngamctrl = [00 0e 14 03 11 07 31 c1 48 08 0f 0c 31 36 0f];
|
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/dts/ |
D | adafruit_2_8_tft_touch_v2.dtsi | 44 ngamctrl = [00 0e 14 03 11 07 31 c1 48 08 0f 0c 31 36 0f];
|
/Zephyr-latest/drivers/sensor/infineon/dps310/ |
D | dps310.c | 227 int16_t c1; /* 12bit */ member 260 comp->c1 = (((uint16_t)(raw_coef[1] & 0x0F)) << 8) + raw_coef[2]; in dps310_calib_coeff_creation() 262 if (comp->c1 > POW_2_11_MINUS_1) { in dps310_calib_coeff_creation() 263 comp->c1 = comp->c1 - POW_2_12; in dps310_calib_coeff_creation() 420 (((int64_t)1000000) * comp->c1 * tmp_raw) / IFX_DPS310_SF_TMP; in dps310_scale_temperature()
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | clock.h | 231 * @param[in] c1 Pointer to the PTP Clock ID. 236 bool ptp_clock_id_eq(const ptp_clk_id *c1, const ptp_clk_id *c2);
|
D | clock.c | 659 bool ptp_clock_id_eq(const ptp_clk_id *c1, const ptp_clk_id *c2) in ptp_clock_id_eq() argument 661 return memcmp(c1, c2, sizeof(ptp_clk_id)) == 0; in ptp_clock_id_eq()
|
/Zephyr-latest/dts/arm/nuvoton/npcx/ |
D | npcx-miwus-int-map.dtsi | 40 group_c1: group-c1-map {
|
/Zephyr-latest/boards/nordic/nrf52840dongle/doc/img/ |
D | nRF52840_dongle_press_reset.svg | 64 M433.23,2.19l0.06,0.9c1.162,5.595,8.918,5.595,10.08,0l0.06-0.9"/> 70 M404.43,2.19l0.06,0.9c1.162,5.595,8.918,5.595,10.08,0l0.06-0.9"/> 76 M375.63,2.19l0.06,0.9c1.162,5.595,8.918,5.595,10.08,0l0.06-0.9"/> 82 M346.83,2.19l0.06,0.9c1.162,5.595,8.918,5.595,10.08,0l0.06-0.9"/> 95 M318.03,2.19l0.06,0.9c1.162,5.595,8.918,5.595,10.08,0l0.06-0.9"/> 109 M289.23,2.19l0.06,0.9c1.162,5.595,8.918,5.595,10.08,0l0.06-0.9"/> 115 M260.43,2.19l0.06,0.9c1.162,5.595,8.918,5.595,10.08,0l0.06-0.9"/> 121 M231.63,2.19l0.06,0.9c1.162,5.595,8.918,5.595,10.08,0l0.06-0.9"/> 127 M202.83,2.19l0.06,0.9c1.162,5.595,8.918,5.595,10.08,0l0.06-0.9"/> 193 …M478.41,45.39l-0.06-0.9l-0.24-0.9c-1.957-5.392-9.632-4.75-10.68,0.9l-0.06,0.9l0.06,0.9c1.048,5.65,… [all …]
|
/Zephyr-latest/drivers/timer/ |
D | npcx_itim_timer.c | 223 "mov %[c1], %[c2]\n\t" in npcx_itim_get_evt_cyc32() 227 "cmp %[c1], %[c2]\n\t" in npcx_itim_get_evt_cyc32() 229 : [c1] "=&r"(cnt1), [c2] "=&r"(cnt2) in npcx_itim_get_evt_cyc32()
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/ |
D | README.rst | 87 05 f1 c1 25 |...%
|
/Zephyr-latest/tests/drivers/input/kbd_matrix/src/ |
D | main.c | 80 static void state_set_rows_by_column(kbd_row_t c0, kbd_row_t c1, kbd_row_t c2) in state_set_rows_by_column() argument 82 memcpy(&state.rows, (kbd_row_t[]){c0, c1, c2}, sizeof(state.rows)); in state_set_rows_by_column() 83 TC_PRINT("set state [%" PRIkbdrow " %" PRIkbdrow " %" PRIkbdrow "]\n", c0, c1, c2); in state_set_rows_by_column()
|
/Zephyr-latest/include/zephyr/pm/ |
D | pm.h | 130 * interrupts to be enabled while entering low power states. e.g. C1 in x86. In
|
/Zephyr-latest/include/zephyr/display/ |
D | mb_display.h | 40 uint8_t c1:1, member
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avrcp.c | 97 /* C1: Browsing not supported */ 175 /* C1: Browsing not supported */
|
/Zephyr-latest/boards/st/stm32f429i_disc1/ |
D | stm32f429i_disc1.dts | 83 pwctrlb = [00 c1 30];
|