Home
last modified time | relevance | path

Searched refs:pages (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/spi_flash/
Dflash_mmap.c117 static int s_find_non_contiguous_block_nums(const int *pages, int page_count) in s_find_non_contiguous_block_nums() argument
120 int last_end = pages[0] + 1; in s_find_non_contiguous_block_nums()
123 if (pages[i] != last_end) { in s_find_non_contiguous_block_nums()
126 last_end = pages[i] + 1; in s_find_non_contiguous_block_nums()
131 static void s_merge_contiguous_pages(const int *pages, uint32_t page_count, int block_nums, int (*o… in s_merge_contiguous_pages() argument
133 uint32_t last_end = pages[0] + 1; in s_merge_contiguous_pages()
135 out_blocks[new_array_id][0] = pages[0]; in s_merge_contiguous_pages()
140 if (pages[i] != last_end) { in s_merge_contiguous_pages()
143 out_blocks[new_array_id][0] = pages[i]; in s_merge_contiguous_pages()
149 last_end = pages[i] + 1; in s_merge_contiguous_pages()
[all …]
/hal_espressif-latest/components/spi_flash/include/
Dspi_flash_mmap.h94 esp_err_t spi_flash_mmap_pages(const int *pages, size_t page_count, spi_flash_mmap_memory_t memory,
/hal_espressif-latest/components/spi_flash/sim/
DSpiFlash.h59 uint32_t pages; variable
DSpiFlash.cpp55 this->pages = DIV_AND_CEIL(this->chip_size, this->page_size); in init()
/hal_espressif-latest/components/soc/
DKconfig34 # Since the number of MMU pages is limited, the maximum flash size supported
/hal_espressif-latest/components/esp_system/ld/esp32c2/
Dmemory.ld.in42 * Flash cache has 64KB pages. The .bin file which is flashed to the chip
/hal_espressif-latest/components/esp_system/ld/esp32c6/
Dmemory.ld.in59 * Flash cache has 64KB pages. The .bin file which is flashed to the chip
/hal_espressif-latest/components/esp_system/ld/esp32h2/
Dmemory.ld.in59 * Flash cache has 64KB pages. The .bin file which is flashed to the chip
/hal_espressif-latest/components/esp_system/ld/esp32c3/
Dmemory.ld.in52 * Flash cache has 64KB pages. The .bin file which is flashed to the chip
/hal_espressif-latest/components/esp_system/ld/esp32s2/
Dmemory.ld.in67 Flash cache has 64KB pages. The .bin file which is flashed to the chip
/hal_espressif-latest/components/esp_system/ld/esp32s3/
Dmemory.ld.in70 * Flash cache has 64KB pages. The .bin file which is flashed to the chip
/hal_espressif-latest/components/esp_system/ld/esp32/
Dmemory.ld.in64 Flash cache has 64KB pages. The .bin file which is flashed to the chip
/hal_espressif-latest/components/esp_psram/esp32/
DKconfig.spiram241 …to reserve some MMU pages for this, which allows the use of the esp_himem api to manage these bank…
250 int "Amount of 32K pages to reserve for bank switching"
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild927 …boundary) have not been written. This is because flash cache maps entire 64KB pages into the addre…