/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/ |
D | bootloader_flash.c | 452 return BYTESHIFT(chip->device_id, 2) == ISSI_ID; in is_issi_chip() 458 …return BYTESHIFT(chip->device_id, 2) == GD_Q_ID_HIGH && BYTESHIFT(chip->device_id, 1) == GD_Q_ID_M… in is_gd_q_chip() 463 return BYTESHIFT(chip->device_id, 2) == MXIC_ID; in is_mxic_chip() 692 if (fast_check && is_xmc_chip_strict(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup() 693 … BOOTLOADER_FLASH_LOG(D, "XMC chip detected by RDID (%08X), skip.", g_rom_flashchip.device_id); in bootloader_flash_xmc_startup() 718 g_rom_flashchip.device_id = bootloader_read_flash_id(); in bootloader_flash_xmc_startup() 719 if (!is_xmc_chip_strict(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup() 737 if (is_xmc_chip(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup() 738 …LOADER_FLASH_LOG(E, "XMC chip detected (%08X) while support disabled.", g_rom_flashchip.device_id); in bootloader_flash_xmc_startup()
|
D | bootloader_flash_config_esp32.c | 39 g_rom_flashchip.device_id = bootloader_read_flash_id(); in bootloader_flash_update_id() 120 uint32_t flash_id = g_rom_flashchip.device_id; in bootloader_flash_gpio_config() 235 uint32_t flash_id = g_rom_flashchip.device_id; in bootloader_configure_spi_pins() 274 …esp_rom_spiflash_config_param(g_rom_flashchip.device_id, size * 0x100000, 0x10000, 0x1000, 0x100, … in update_flash_config()
|
D | bootloader_flash_config_esp32c6.c | 34 chip->device_id = bootloader_read_flash_id(); in bootloader_flash_update_id() 108 …esp_rom_spiflash_config_param(rom_spiflash_legacy_data->chip.device_id, size * 0x100000, 0x10000, … in update_flash_config()
|
D | bootloader_flash_config_esp32h2.c | 35 chip->device_id = bootloader_read_flash_id(); in bootloader_flash_update_id() 115 …esp_rom_spiflash_config_param(rom_spiflash_legacy_data->chip.device_id, size * 0x100000, 0x10000, … in update_flash_config()
|
D | bootloader_flash_config_esp32c2.c | 36 chip->device_id = bootloader_read_flash_id(); in bootloader_flash_update_id() 132 …esp_rom_spiflash_config_param(rom_spiflash_legacy_data->chip.device_id, size * 0x100000, 0x10000, … in update_flash_config()
|
D | bootloader_flash_config_esp32c3.c | 37 chip->device_id = bootloader_read_flash_id(); in bootloader_flash_update_id() 143 …esp_rom_spiflash_config_param(rom_spiflash_legacy_data->chip.device_id, size * 0x100000, 0x10000, … in update_flash_config()
|
D | bootloader_flash_config_esp32s2.c | 35 g_rom_flashchip.device_id = bootloader_read_flash_id(); in bootloader_flash_update_id() 155 …esp_rom_spiflash_config_param(g_rom_flashchip.device_id, size * 0x100000, 0x10000, 0x1000, 0x100, … in update_flash_config()
|
D | bootloader_flash_config_esp32s3.c | 39 chip->device_id = bootloader_read_flash_id(); in bootloader_flash_update_id() 162 …esp_rom_spiflash_config_param(g_rom_flashchip.device_id, size * 0x100000, 0x10000, 0x1000, 0x100, … in update_flash_config()
|
D | flash_qio_mode.c | 78 raw_flash_id = g_rom_flashchip.device_id; in bootloader_enable_qio_mode()
|
/hal_espressif-latest/zephyr/port/bootloader/ |
D | bootloader_flash.c | 444 return BYTESHIFT(chip->device_id, 2) == ISSI_ID; in is_issi_chip() 450 …return BYTESHIFT(chip->device_id, 2) == GD_Q_ID_HIGH && BYTESHIFT(chip->device_id, 1) == GD_Q_ID_M… in is_gd_q_chip() 455 return BYTESHIFT(chip->device_id, 2) == MXIC_ID; in is_mxic_chip() 680 if (fast_check && is_xmc_chip_strict(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup() 681 … BOOTLOADER_FLASH_LOG(D, "XMC chip detected by RDID (%08X), skip.", g_rom_flashchip.device_id); in bootloader_flash_xmc_startup() 706 g_rom_flashchip.device_id = bootloader_read_flash_id(); in bootloader_flash_xmc_startup() 707 if (!is_xmc_chip_strict(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup() 725 if (is_xmc_chip(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup() 726 …LOADER_FLASH_LOG(E, "XMC chip detected (%08X) while support disabled.", g_rom_flashchip.device_id); in bootloader_flash_xmc_startup()
|
/hal_espressif-latest/components/spi_flash/ |
D | flash_brownout_hook.c | 23 if ((g_rom_flashchip.device_id >> 16) == 0x20) { in spi_flash_needs_reset_check()
|
D | spi_flash_wrap.c | 129 uint32_t flash_chip_id = g_rom_flashchip.device_id; in spi_flash_wrap_probe()
|
D | spi_flash_hpm_enable.c | 315 uint32_t flash_chip_id = g_rom_flashchip.device_id; in spi_flash_enable_high_performance_mode()
|
/hal_espressif-latest/zephyr/esp32c6/src/ |
D | soc_flash_init.c | 38 chip->device_id = bootloader_read_flash_id(); in flash_update_id() 114 esp_rom_spiflash_config_param(rom_spiflash_legacy_data->chip.device_id, size * 0x100000, in update_flash_config()
|
/hal_espressif-latest/zephyr/esp32/src/ |
D | soc_flash_init.c | 52 g_rom_flashchip.device_id = bootloader_read_flash_id(); in flash_update_id() 137 uint32_t flash_id = g_rom_flashchip.device_id; in flash_gpio_config() 244 esp_rom_spiflash_config_param(g_rom_flashchip.device_id, size * 0x100000, 0x10000, 0x1000, in update_flash_config()
|
/hal_espressif-latest/zephyr/common/ |
D | flash_init.c | 37 return esp_opiflash_init(rom_spiflash_legacy_data->chip.device_id); in spi_flash_init_chip_state()
|
/hal_espressif-latest/zephyr/esp32c2/src/ |
D | soc_flash_init.c | 40 chip->device_id = bootloader_read_flash_id(); in flash_update_id() 132 esp_rom_spiflash_config_param(rom_spiflash_legacy_data->chip.device_id, size * 0x100000, in update_flash_config()
|
/hal_espressif-latest/zephyr/esp32c3/src/ |
D | soc_flash_init.c | 42 chip->device_id = bootloader_read_flash_id(); in flash_update_id() 150 esp_rom_spiflash_config_param(rom_spiflash_legacy_data->chip.device_id, size * 0x100000, in update_flash_config()
|
/hal_espressif-latest/zephyr/esp32s3/src/ |
D | soc_flash_init.c | 228 esp_rom_spiflash_config_param(g_rom_flashchip.device_id, size * 0x100000, 0x10000, 0x1000, in update_flash_config() 271 chip->device_id = bootloader_read_flash_id(); in flash_update_id()
|
/hal_espressif-latest/zephyr/esp32s2/src/ |
D | soc_flash_init.c | 217 esp_rom_spiflash_config_param(g_rom_flashchip.device_id, size * 0x100000, 0x10000, 0x1000, in update_flash_config() 251 g_rom_flashchip.device_id = bootloader_read_flash_id(); in flash_update_id()
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | burn-block-data-cmd.rst | 22 **Example:** Write to eFuse BLOCK3 from binary file ``device_id.bin``, starting at eFuse byte offse… 26 > espefuse.py -p PORT burn_block_data --offset 6 BLOCK3 device_id.bin
|
/hal_espressif-latest/components/esp_rom/include/ |
D | esp_rom_spiflash.h | 35 uint32_t device_id; member
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/ |
D | rom_functions.h | 83 uint32_t device_id; member
|
/hal_espressif-latest/components/esp_rom/patches/ |
D | esp_rom_spiflash.c | 29 return (((chip->device_id >> 16)&0xff) == 0x9D); in is_issi_chip()
|
/hal_espressif-latest/components/esp_psram/esp32/ |
D | esp_psram_impl_quad.c | 798 uint32_t flash_id = g_rom_flashchip.device_id; in psram_gpio_config()
|