Home
last modified time | relevance | path

Searched refs:DT_INST_REG_SIZE (Results 1 – 25 of 41) sorted by relevance

12

/Zephyr-latest/drivers/bbram/
Dit8xxx2.h23 static uint8_t bbram_it8xxx2_emul_buffer_##inst[DT_INST_REG_SIZE(inst)]; \
26 .size = DT_INST_REG_SIZE(inst), \
32 .size = DT_INST_REG_SIZE(inst), \
Dbbram_xec.c85 .size = DT_INST_REG_SIZE(inst), \
Dbbram_rts5912.c94 .size = DT_INST_REG_SIZE(inst), \
/Zephyr-latest/drivers/hwinfo/
Dhwinfo_psoc6.c25 if (length > DT_INST_REG_SIZE(0)) { in z_impl_hwinfo_get_device_id()
26 length = DT_INST_REG_SIZE(0); in z_impl_hwinfo_get_device_id()
Dhwinfo_sam4l.c23 if (length > DT_INST_REG_SIZE(0)) { in z_impl_hwinfo_get_device_id()
24 length = DT_INST_REG_SIZE(0); in z_impl_hwinfo_get_device_id()
Dhwinfo_mcux_syscon.c13 #define UID_WORD_COUNT (DT_INST_REG_SIZE(0) / sizeof(uint32_t))
/Zephyr-latest/tests/kernel/device/src/
Dmmio.c85 zassert_equal(rom->size, DT_INST_REG_SIZE(0), "bad size"); in ZTEST()
178 zassert_equal(rom_corge->size, DT_INST_REG_SIZE(1), in ZTEST()
182 zassert_equal(rom_grault->size, DT_INST_REG_SIZE(2), in ZTEST()
240 zassert_equal(rom_foo3->size, DT_INST_REG_SIZE(3), in ZTEST()
244 zassert_equal(rom_foo4->size, DT_INST_REG_SIZE(4), in ZTEST()
/Zephyr-latest/drivers/entropy/
Dentropy_litex.c18 #define PRBS_WIDTH DT_INST_REG_SIZE(0)
/Zephyr-latest/drivers/dma/
Ddma_intel_adsp_hda_link_in.c30 .regblock_size = DT_INST_REG_SIZE(inst), \
Ddma_intel_adsp_hda_link_out.c30 .regblock_size = DT_INST_REG_SIZE(inst), \
Ddma_intel_adsp_hda_host_in.c28 .regblock_size = DT_INST_REG_SIZE(inst), \
Ddma_intel_adsp_hda_host_out.c32 .regblock_size = DT_INST_REG_SIZE(inst), \
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_xmc4xxx.c24 if (port_id >= DT_INST_REG_SIZE(0) / GPIO_REG_SIZE) { in pinctrl_configure_pin()
/Zephyr-latest/drivers/eeprom/
Deeprom_stm32.c118 .size = DT_INST_REG_SIZE(0),
/Zephyr-latest/drivers/retained_mem/
Dretained_mem_zephyr_reg.c124 .size = DT_INST_REG_SIZE(inst), \
Dretained_mem_nrf_gpregret.c123 .size = DT_INST_REG_SIZE(inst), \
/Zephyr-latest/drivers/syscon/
Dsyscon.c144 .size = DT_INST_REG_SIZE(inst), \
/Zephyr-latest/drivers/flash/
Dsoc_flash_nrf_mram.c18 #define MRAM_SIZE DT_INST_REG_SIZE(0)
/Zephyr-latest/drivers/gpio/
Dgpio_litex.c320 .reg_size = DT_INST_REG_SIZE(n), \
348 const int max_gpios_can_fit = DT_INST_REG_SIZE(n) / 4 \
/Zephyr-latest/tests/lib/shared_multi_heap/src/
Dmain.c30 .size = DT_INST_REG_SIZE(n), \
/Zephyr-latest/drivers/firmware/scmi/
Dshmem.c200 .size = DT_INST_REG_SIZE(inst), \
/Zephyr-latest/drivers/spi/
Dspi_ambiq_bleif.c213 .size = DT_INST_REG_SIZE(n), \
Dspi_ambiq_spid.c421 .size = DT_INST_REG_SIZE(n), \
/Zephyr-latest/drivers/audio/mic_privacy/intel/
Dmic_privacy.c227 .regblock_size = DT_INST_REG_SIZE(inst), \
/Zephyr-latest/drivers/counter/
Dcounter_ambiq_timer.c298 .instance = (DT_INST_REG_ADDR(idx) - DT_INST_REG_ADDR(0)) / DT_INST_REG_SIZE(idx), \

12