Home
last modified time | relevance | path

Searched refs:FLASH_SIZE (Results 1 – 25 of 67) sorted by relevance

123

/Zephyr-latest/soc/espressif/esp32c2/
Dmemory.h64 #define FLASH_SIZE CONFIG_FLASH_SIZE macro
66 #define FLASH_SIZE 0x400000 macro
72 #define IROM_SEG_LEN FLASH_SIZE
74 #define DROM_SEG_LEN FLASH_SIZE
DKconfig.defconfig11 config FLASH_SIZE config
/Zephyr-latest/soc/espressif/esp32c6/
Dmemory.h57 #define FLASH_SIZE CONFIG_FLASH_SIZE macro
59 #define FLASH_SIZE 0x400000 macro
65 #define IROM_SEG_LEN FLASH_SIZE
67 #define DROM_SEG_LEN FLASH_SIZE
DKconfig.defconfig11 config FLASH_SIZE config
/Zephyr-latest/soc/espressif/esp32c3/
Dmemory.h65 #define FLASH_SIZE CONFIG_FLASH_SIZE macro
67 #define FLASH_SIZE 0x400000 macro
73 #define IROM_SEG_LEN FLASH_SIZE
75 #define DROM_SEG_LEN FLASH_SIZE
DKconfig.defconfig9 config FLASH_SIZE config
/Zephyr-latest/soc/espressif/esp32s2/
Dmemory.h58 #define FLASH_SIZE CONFIG_FLASH_SIZE macro
60 #define FLASH_SIZE 0x400000 macro
68 #define DROM_SEG_LEN FLASH_SIZE
DKconfig.defconfig6 config FLASH_SIZE config
/Zephyr-latest/soc/espressif/esp32/
Dmemory.h92 #define FLASH_SIZE CONFIG_FLASH_SIZE macro
94 #define FLASH_SIZE 0x400000 macro
100 #define IROM_SEG_LEN (FLASH_SIZE - 0x1000)
102 #define DROM_SEG_LEN (FLASH_SIZE - 0x1000)
/Zephyr-latest/soc/espressif/esp32s3/
Dmemory.h98 #define FLASH_SIZE CONFIG_FLASH_SIZE macro
100 #define FLASH_SIZE 0x800000 macro
106 #define IROM_SEG_LEN FLASH_SIZE
108 #define DROM_SEG_LEN FLASH_SIZE
DKconfig.defconfig6 config FLASH_SIZE config
/Zephyr-latest/soc/nxp/imx/imx8m/
DKconfig.defconfig.mimx8ml8_m721 config FLASH_SIZE config
31 config FLASH_SIZE config
/Zephyr-latest/drivers/flash/
Dsoc_flash_b91.c8 #define FLASH_SIZE DT_REG_SIZE(DT_INST(0, soc_nv_flash)) macro
47 if ((offset + len) > FLASH_SIZE) { in flash_b91_is_range_valid()
145 ((uint32_t)data < (FLASH_ORIGIN + FLASH_SIZE))) { in flash_b91_write()
208 .pages_count = FLASH_SIZE / PAGE_SIZE,
Dsoc_flash_cc13xx_cc26xx.c20 #define FLASH_SIZE DT_REG_SIZE(SOC_NV_FLASH_NODE) macro
201 if ((offs + size) > FLASH_SIZE) { in flash_cc13xx_cc26xx_write()
228 (data <= (void *)(FLASH_ADDR + FLASH_SIZE))) { in flash_cc13xx_cc26xx_write()
259 if ((offs + size) > FLASH_SIZE) { in flash_cc13xx_cc26xx_read()
278 .pages_count = FLASH_SIZE / FLASH_ERASE_SIZE,
Dflash_stm32g4x.c41 if ((offset < BANK2_OFFSET) && (offset + len > FLASH_SIZE / 2)) { in flash_stm32_valid_range()
172 if ((offset < (FLASH_SIZE / 2)) && !bank_swap) { in erase_page()
182 } else if ((offset < (FLASH_SIZE / 2)) && bank_swap) { in erase_page()
336 #define PAGES_PER_BANK ((FLASH_SIZE / FLASH_PAGE_SIZE) / 2) in flash_stm32_page_layout()
355 stm32g4_flash_layout[0].pages_count = FLASH_SIZE in flash_stm32_page_layout()
Dflash_stm32l5x.c35 #define PAGES_PER_BANK ((FLASH_SIZE / FLASH_PAGE_SIZE) / 2)
149 (offset + len > FLASH_SIZE / 2)) { in flash_stm32_valid_range()
249 if ((offset < (FLASH_SIZE / 2)) && !bank_swap) { in erase_page()
259 } else if ((offset < (FLASH_SIZE / 2)) && bank_swap) { in erase_page()
437 stm32_flash_layout[0].pages_count = FLASH_SIZE / FLASH_PAGE_SIZE; in flash_stm32_page_layout()
/Zephyr-latest/soc/nxp/layerscape/ls1046a/
DKconfig.defconfig12 config FLASH_SIZE config
/Zephyr-latest/boards/enclustra/mercury_xu/
DKconfig.defconfig6 config FLASH_SIZE config
/Zephyr-latest/soc/rockchip/rk3399/
DKconfig.defconfig.rk339912 config FLASH_SIZE config
/Zephyr-latest/boards/toradex/verdin_imx8mm/
DKconfig.defconfig9 config FLASH_SIZE config
/Zephyr-latest/soc/rockchip/rk3568/
DKconfig.defconfig.rk35687 config FLASH_SIZE config
/Zephyr-latest/soc/nxp/imx/imx9/imx93/
DKconfig.defconfig.mimx93.m338 config FLASH_SIZE config
/Zephyr-latest/soc/renesas/rzt2m/
DKconfig.defconfig15 config FLASH_SIZE config
/Zephyr-latest/soc/nxp/imx/imx9/imx95/
DKconfig.defconfig.mimx95.m78 config FLASH_SIZE config
/Zephyr-latest/soc/renode/cortex_r8_virtual/
DKconfig.defconfig14 config FLASH_SIZE config

123