Home
last modified time | relevance | path

Searched refs:device_id (Results 1 – 25 of 26) sorted by relevance

12

/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash.c452 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()
Dbootloader_flash_config_esp32.c39 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()
Dbootloader_flash_config_esp32c6.c34 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()
Dbootloader_flash_config_esp32h2.c35 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()
Dbootloader_flash_config_esp32c2.c36 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()
Dbootloader_flash_config_esp32c3.c37 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()
Dbootloader_flash_config_esp32s2.c35 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()
Dbootloader_flash_config_esp32s3.c39 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()
Dflash_qio_mode.c78 raw_flash_id = g_rom_flashchip.device_id; in bootloader_enable_qio_mode()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c444 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/
Dflash_brownout_hook.c23 if ((g_rom_flashchip.device_id >> 16) == 0x20) { in spi_flash_needs_reset_check()
Dspi_flash_wrap.c129 uint32_t flash_chip_id = g_rom_flashchip.device_id; in spi_flash_wrap_probe()
Dspi_flash_hpm_enable.c315 uint32_t flash_chip_id = g_rom_flashchip.device_id; in spi_flash_enable_high_performance_mode()
/hal_espressif-latest/zephyr/esp32c6/src/
Dsoc_flash_init.c38 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/
Dsoc_flash_init.c52 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/
Dflash_init.c37 return esp_opiflash_init(rom_spiflash_legacy_data->chip.device_id); in spi_flash_init_chip_state()
/hal_espressif-latest/zephyr/esp32c2/src/
Dsoc_flash_init.c40 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/
Dsoc_flash_init.c42 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/
Dsoc_flash_init.c228 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/
Dsoc_flash_init.c217 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/
Dburn-block-data-cmd.rst22 **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/
Desp_rom_spiflash.h35 uint32_t device_id; member
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Drom_functions.h83 uint32_t device_id; member
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_spiflash.c29 return (((chip->device_id >> 16)&0xff) == 0x9D); in is_issi_chip()
/hal_espressif-latest/components/esp_psram/esp32/
Desp_psram_impl_quad.c798 uint32_t flash_id = g_rom_flashchip.device_id; in psram_gpio_config()

12