Home
last modified time | relevance | path

Searched refs:word (Results 26 – 50 of 120) sorted by relevance

12345

/Zephyr-latest/
D.gitlint31 [title-must-not-contain-word]
33 # insensitive. It's fine if the keyword occurs as part of a larger word (so "WIPING"
41 # (e.g. title-must-not-contain-word).
/Zephyr-latest/drivers/flash/
Dflash_stm32h7x.c191 uint32_t word = regs->ECCSFADDR & FLASH_ECCSFADDR_SEC_FADD; local
194 word * 4 * FLASH_NB_32BITWORD_IN_FLASHWORD);
198 uint32_t word = regs->ECCDFADDR & FLASH_ECCDFADDR_DED_FADD; local
201 word * 4 * FLASH_NB_32BITWORD_IN_FLASHWORD);
213 uint32_t word = regs->ECC_FA1 & FLASH_ECC_FA_FAIL_ECC_ADDR;
216 word * 4 * FLASH_NB_32BITWORD_IN_FLASHWORD);
230 uint32_t word = regs->ECC_FA2 & FLASH_ECC_FA_FAIL_ECC_ADDR; local
233 word * 4 * FLASH_NB_32BITWORD_IN_FLASHWORD);
/Zephyr-latest/arch/xtensa/core/startup/
Dreset_vector.S383 .word 0x00006000+XCHAL_MPU_ENTRIES-8
385 .word 0x000F7700+XCHAL_MPU_ENTRIES-8
387 .word 0x000D5700+XCHAL_MPU_ENTRIES-8
389 .word 0x000C4700+XCHAL_MPU_ENTRIES-8
391 .word 0x00006700+XCHAL_MPU_ENTRIES-8
/Zephyr-latest/cmake/compiler/gcc/
Dtarget_arc.cmake12 # (regexps are supported and match whole word)
Dtarget_xtensa.cmake4 # (regexps are supported and match whole word)
/Zephyr-latest/soc/st/stm32/stm32wb0x/
Dram_sections.ld10 /* For historical reasons, leave the first word of
/Zephyr-latest/arch/arc/core/
Dcpu_idle.S27 .word 0
/Zephyr-latest/cmake/compiler/xt-clang/
Dtarget.cmake6 # (regexps are supported and match whole word)
/Zephyr-latest/arch/arm/core/mmu/
Darm_mmu_priv.h117 uint32_t word; member
153 uint32_t word; member
Darm_mmu.c517 l1_page_table.entries[l1_index].word = 0; in arm_mmu_remap_l1_section_to_l2_table()
598 if (l1_page_table.entries[l1_index].word == 0) { in arm_mmu_l2_map_page()
613 ((l1_page_table.entries[l1_index].word & in arm_mmu_l2_map_page()
650 if (l2_page_table->entries[l2_index].word == 0) { in arm_mmu_l2_map_page()
697 ((l1_page_table.entries[l1_index].word & in arm_mmu_l2_unmap_page()
700 if (l2_page_table->entries[l2_index].word == 0) { in arm_mmu_l2_unmap_page()
723 l2_page_table->entries[l2_index].word = 0; in arm_mmu_l2_unmap_page()
1082 if (l2_page_table->entries[l2_index].word == 0) { in arch_page_phys_get()
/Zephyr-latest/soc/nxp/rw/
Dfirmwares.ld11 * issue, so add a padding of one word */
/Zephyr-latest/samples/drivers/soc_flash_nrf/
DREADME.rst46 Test 2: Flash write (word array 1)
67 Test 4: Flash write (word array 2)
88 Test 6: Non-word aligned write (word array 3)
/Zephyr-latest/arch/arm/core/
Dvector_table.ld17 * of the vector table is 64-word aligned.
22 * of the vector table is 32-word aligned.
/Zephyr-latest/drivers/dai/nxp/sai/
Dsai.h518 static inline int count_leading_zeros(uint32_t word) in count_leading_zeros() argument
522 while (word) { in count_leading_zeros()
523 if (!(word & 0x1)) { in count_leading_zeros()
529 word = word >> 1; in count_leading_zeros()
/Zephyr-latest/samples/drivers/smbus/
DREADME.rst57 word_data_read :SMBus: word data read command
59 word_data_write :SMBus: word data write command
/Zephyr-latest/drivers/sensor/bosch/bmi08x/
Dbmi08x_accel.c229 static int bmi08x_accel_word_read(const struct device *dev, uint8_t reg_addr, uint16_t *word) in bmi08x_accel_word_read() argument
233 ret = bmi08x_accel_transceive(dev, reg_addr | BIT(7), false, word, 2); in bmi08x_accel_word_read()
238 *word = sys_le16_to_cpu(*word); in bmi08x_accel_word_read()
248 int bmi08x_accel_word_write(const struct device *dev, uint8_t reg_addr, uint16_t word) in bmi08x_accel_word_write() argument
250 uint8_t tx_word[2] = {(uint8_t)(word & 0xff), (uint8_t)(word >> 8)}; in bmi08x_accel_word_write()
/Zephyr-latest/soc/telink/tlsr/tlsr951x/
Dstart.S25 .word ('T'<<24 | 'L'<<16 | 'N'<<8 | 'K')
/Zephyr-latest/samples/boards/nxp/mimxrt595_evk/system_off/
DREADME.rst130 Response word 1 = 4 (0x4)
131 Response word 2 = 0 (0x0)
141 Response word 1 = 4 (0x4)
142 Response word 2 = 1458176 (0x164000)
/Zephyr-latest/boards/renesas/da1469x_dk_pro/
DKconfig.defconfig16 # LCDC imposes display buffer's stride be word aligned
/Zephyr-latest/doc/kernel/services/data_passing/
Dstacks.rst24 and must be aligned on a native word boundary.
25 The stack_data_t type corresponds to the native word size i.e. 32 bits or
65 up to ten word-sized data values.
/Zephyr-latest/samples/subsys/llext/shell_loader/
DREADME.rst122 28: 00000004 .word 0x00000004
124 2c: 00000000 .word 0x00000000
126 30: 00000014 .word 0x00000014
/Zephyr-latest/drivers/pwm/
Dpwm_pca9685.c34 #define BYTE_N(word, n) ((word >> (8 * n)) & 0xFF) argument
/Zephyr-latest/drivers/sensor/bosch/bmi160/
Dbmi160.c136 uint16_t *word) in bmi160_word_read() argument
140 rc = bmi160_read(dev, reg_addr, word, 2); in bmi160_word_read()
145 *word = sys_le16_to_cpu(*word); in bmi160_word_read()
165 uint16_t word) in bmi160_word_write() argument
168 (uint8_t)(word & 0xff), in bmi160_word_write()
169 (uint8_t)(word >> 8) in bmi160_word_write()
/Zephyr-latest/arch/arm/core/cortex_m/
Drelay_vector_table.ld16 * of the vector table is 32-word aligned.
/Zephyr-latest/boards/nxp/mimxrt1050_evk/
Dmimxrt1050_evk_mimxrt1052_hyperflash.dts34 word-addressable;

12345