/Zephyr-latest/drivers/spi/ |
D | spi_xec_qmspi.c | 40 static inline uint32_t descr_rd(QMSPI_Type *regs, uint32_t did) in descr_rd() argument 43 ((did & MCHP_QMSPI_C_NEXT_DESCR_MASK0) << 2); in descr_rd() 48 static inline void descr_wr(QMSPI_Type *regs, uint32_t did, uint32_t val) in descr_wr() argument 51 ((did & MCHP_QMSPI_C_NEXT_DESCR_MASK0) << 2); in descr_wr()
|
/Zephyr-latest/drivers/espi/ |
D | espi_saf_mchp_xec.c | 395 uint32_t d, did; in saf_flash_cfg() local 407 did = MCHP_SAF_QMSPI_CS0_START_DESCR; in saf_flash_cfg() 409 did = MCHP_SAF_QMSPI_CS1_START_DESCR; in saf_flash_cfg() 414 d |= (((did + 1) << MCHP_QMSPI_C_NEXT_DESCR_POS) & in saf_flash_cfg() 416 qregs->DESCR[did++] = d; in saf_flash_cfg()
|
D | espi_saf_mchp_xec_v2.c | 515 uint32_t d, did; in saf_flash_cfg() local 527 did = MCHP_SAF_QMSPI_CS0_START_DESCR; in saf_flash_cfg() 529 did = MCHP_SAF_QMSPI_CS1_START_DESCR; in saf_flash_cfg() 534 d |= (((did + 1) << MCHP_QMSPI_C_NEXT_DESCR_POS) & in saf_flash_cfg() 536 qregs->DESCR[did++] = d; in saf_flash_cfg()
|
/Zephyr-latest/include/zephyr/linker/ |
D | kobject-rom.ld | 46 "scripts/build/gen_kobject_placeholders.py did not reserve enough space \
|
D | kobject-priv-stacks.ld | 45 "scripts/build/gen_kobject_placeholders.py did not reserve enough space \
|
D | kobject-data.ld | 63 "scripts/build/gen_kobject_placeholders.py did not reserve enough space \
|
/Zephyr-latest/tests/bsim/ |
D | sh_common.source | 39 echo -e " \e[91m`pwd`/`basename $1` cannot be found (did you forget to\
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_adv_sync.c | 1480 uint16_t did) argument 1505 PDU_ADV_ADI_DID_SID_SET(adi, did, adv->sid); 1785 uint16_t did; local 1788 did = sys_cpu_to_le16(ull_adv_aux_did_next_unique_get(adv->sid)); 1789 ull_adv_sync_update_pdu_adi(lll_sync, ter_pdu, did); 1804 uint16_t did; local 1807 did = sys_cpu_to_le16(ull_adv_aux_did_next_unique_get(adv->sid)); 1819 ull_adv_sync_update_pdu_adi(lll_sync, ter_pdu, did); 1835 ull_adv_sync_update_pdu_adi(lll_sync, ter_pdu, did); 1853 uint16_t did; local [all …]
|
D | ull_adv_aux.c | 1526 uint16_t did; in ull_adv_aux_hdr_set_clear() local 1982 did = ull_adv_aux_did_next_unique_get(adv->sid); in ull_adv_aux_hdr_set_clear() 1984 did = PDU_ADV_ADI_DID_GET(adi); in ull_adv_aux_hdr_set_clear() 1987 did = sys_cpu_to_le16(did); in ull_adv_aux_hdr_set_clear() 1988 PDU_ADV_ADI_DID_SID_SET(pri_adi, did, adv->sid); in ull_adv_aux_hdr_set_clear() 1989 PDU_ADV_ADI_DID_SID_SET(sec_adi, did, adv->sid); in ull_adv_aux_hdr_set_clear() 2422 const uint16_t did = in ull_adv_aux_pdu_set_clear() local 2424 PDU_ADV_ADI_DID_SID_SET(adi_pdu, did, adv->sid); in ull_adv_aux_pdu_set_clear()
|
D | pdu.h | 294 #define PDU_ADV_ADI_DID_SID_SET(adi, did, sid) \ argument 296 (adi)->did_sid_packed[0] = (did) & 0xFF; \ 297 (adi)->did_sid_packed[1] = (((did) >> 8) & 0x0F) + ((sid) << 4); \
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.nrf | 90 calibration) did not exceeded CLOCK_CONTROL_NRF_CALIBRATION_TEMP_DIFF 91 and number of consecutive skips did not exceeded
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 219 did = int(open(f"{pcidir}/device").read().rstrip(), 16) 220 cavs25 = did in [ 0x43c8, 0x4b55, 0x4b58, 0x51c8, 0x51ca, 0x51cb, 0x51ce, 0x51cf, 0x54c8, 222 ace15 = did in [ 0x7728, 0x7f50, 0x7e28 ] 223 ace20 = did in [ 0xa828 ] 224 ace30 = did in [ 0xe428 ]
|
/Zephyr-latest/cmake/modules/ |
D | user_cache.cmake | 48 # Assume Linux when we did not detect 'mac' or 'win'
|
D | dts.cmake | 424 # dtc printed warnings on stderr but did not fail.
|
/Zephyr-latest/doc/develop/tools/ |
D | stm32cubeide.rst | 105 This means that you did not start the IDE in a Zephyr environment. You must
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | ZephyrConfig.cmake | 122 # A higher level did the checking and included us and as we are not in Zephyr repository
|
/Zephyr-latest/doc/develop/test/ |
D | twister_statuses.rst | 203 Suite has at least one Case that did not meet its assertions. This takes precedence over
|
/Zephyr-latest/subsys/shell/backends/ |
D | Kconfig.backends | 515 in when a line buffer is not empty but did not yet meet the line feed. 646 in when a line buffer is not empty but did not yet meet the line feed.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 229 * Fixed an issue where the Opcode Aggregator Server model did not compile without the Opcode 236 * Fixed an issue where the Large Composition Data Server model did not support Composition Data 241 restarted when the incoming Segment Acknowledgment message did not contain at least one 244 that did not allow to compile them separately. 2072 * Fixed an issue whereby the SMP response function did not check to see if
|
D | release-notes-3.4.rst | 637 mcuboot's verification to be checksum only did not build a bootable image. 749 * Fixed an issue whereby relative paths did not work for sysbuild images. 1092 for a short range of packet sizes, fragmentation did not work correctly after IPHC.
|
D | release-notes-3.6.rst | 256 * Fixed an issue whereby board revision ``0`` did not include overlay files for that revision. 938 in case peer did not respond. 1298 * Fixed issue where setting :kconfig:option:`CONFIG_LV_Z_FULL_REFRESH` did not
|
/Zephyr-latest/doc/build/dts/ |
D | troubleshooting.rst | 335 - did you :ref:`dt-use-the-right-names`?
|
/Zephyr-latest/doc/project/ |
D | dev_env_and_tools.rst | 175 - The reviewer did not revisit the pull request after 2 week and multiple pings
|
/Zephyr-latest/boards/intel/adsp/doc/ |
D | chromebooks_adsp.rst | 19 likely want to download a firmware update (mine did). Let this finish
|
/Zephyr-latest/doc/services/zbus/ |
D | index.rst | 246 … starts executing. As it did receive a notification from channel A, it performed a channel read 298 starts executing. As it did receive a notification from channel A, it performs a channel read
|