Home
last modified time | relevance | path

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

12

/hal_espressif-3.5.0/components/bootloader_support/src/
Dbootloader_flash.c489 return BYTESHIFT(chip->device_id, 2) == ISSI_ID; in is_issi_chip()
495 …return BYTESHIFT(chip->device_id, 2) == GD_Q_ID_HIGH && BYTESHIFT(chip->device_id, 1) == GD_Q_ID_M… in is_gd_q_chip()
500 return BYTESHIFT(chip->device_id, 2) == MXIC_ID; in is_mxic_chip()
763 if (fast_check && is_xmc_chip_strict(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup()
764 … BOOTLOADER_FLASH_LOG(D, "XMC chip detected by RDID (%08X), skip.", g_rom_flashchip.device_id); in bootloader_flash_xmc_startup()
789 g_rom_flashchip.device_id = bootloader_read_flash_id(); in bootloader_flash_xmc_startup()
790 if (!is_xmc_chip_strict(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup()
808 if (is_xmc_chip(g_rom_flashchip.device_id)) { in bootloader_flash_xmc_startup()
809 …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.c27 g_rom_flashchip.device_id = bootloader_read_flash_id(); in bootloader_flash_update_id()
108 uint32_t flash_id = g_rom_flashchip.device_id; in bootloader_flash_gpio_config()
Dbootloader_flash_config_esp32h2.c30 chip->device_id = bootloader_read_flash_id(); in bootloader_flash_update_id()
Dbootloader_flash_config_esp32c3.c30 chip->device_id = bootloader_read_flash_id(); in bootloader_flash_update_id()
Dbootloader_flash_config_esp32s2.c28 g_rom_flashchip.device_id = bootloader_read_flash_id(); in bootloader_flash_update_id()
Dbootloader_flash_config_esp32s3.c31 chip->device_id = bootloader_read_flash_id(); in bootloader_flash_update_id()
Dflash_qio_mode.c119 raw_flash_id = g_rom_flashchip.device_id; in bootloader_enable_qio_mode()
/hal_espressif-3.5.0/components/wear_levelling/private_include/
DWL_State.h39 uint32_t device_id; /*!< ID of current WL instance*/ member
48 #define WL_STATE_CRC_LEN_V1 offsetof(wl_state_t, device_id)
/hal_espressif-3.5.0/components/esptool_py/esptool/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-3.5.0/components/wear_levelling/
DWL_Flash.cpp286 this->state.device_id = esp_random(); in initSections()
340 uint32_t v1_crc1 = this->state.device_id; in updateV1_V2()
341 uint32_t v1_crc2 = state_copy->device_id; in updateV1_V2()
368 this->state.device_id = esp_random(); in updateV1_V2()
408 buff[i] = this->state.device_id + n * 4 + i; in fillOkBuff()
418 uint32_t data = this->state.device_id + n * 4 + i; in OkBuffSet()
/hal_espressif-3.5.0/components/bootloader_support/src/esp32/
Dbootloader_esp32.c87 uint32_t flash_id = g_rom_flashchip.device_id; in bootloader_configure_spi_pins()
165 …esp_rom_spiflash_config_param(g_rom_flashchip.device_id, size * 0x100000, 0x10000, 0x1000, 0x100, … in update_flash_config()
/hal_espressif-3.5.0/zephyr/esp32s2/src/boot/
Dbootloader_init.c80 …esp_rom_spiflash_config_param(g_rom_flashchip.device_id, size * 0x100000, 0x10000, 0x1000, 0x100, … in update_flash_config()
/hal_espressif-3.5.0/zephyr/esp32/src/boot/
Dbootloader_init.c132 esp_rom_spiflash_config_param(g_rom_flashchip.device_id, in update_flash_config()
/hal_espressif-3.5.0/components/spi_flash/test/
Dtest_spi_flash.c414 printf("dev_id: %08X \n", legacy_chip->device_id);
416 if (((legacy_chip->device_id >> 16) & 0xff) != 0x9D) {
/hal_espressif-3.5.0/zephyr/esp32c3/src/boot/
Dbootloader_init.c120 …esp_rom_spiflash_config_param(rom_spiflash_legacy_data->chip.device_id, size * 0x100000, 0x10000, … in update_flash_config()
/hal_espressif-3.5.0/components/esp_rom/include/esp32/rom/
Dspi_flash.h150 uint32_t device_id; member
/hal_espressif-3.5.0/components/esp_rom/include/esp32s2/rom/
Dspi_flash.h146 uint32_t device_id; member
/hal_espressif-3.5.0/components/bootloader_support/src/esp32h2/
Dbootloader_esp32h2.c109 …esp_rom_spiflash_config_param(rom_spiflash_legacy_data->chip.device_id, size * 0x100000, 0x10000, … in update_flash_config()
/hal_espressif-3.5.0/zephyr/esp32s3/src/boot/
Dbootloader_init.c88 …esp_rom_spiflash_config_param(g_rom_flashchip.device_id, size * 0x100000, 0x10000, 0x1000, 0x100, … in update_flash_config()
/hal_espressif-3.5.0/components/esp_rom/include/esp32c3/rom/
Dspi_flash.h105 uint32_t device_id; member
/hal_espressif-3.5.0/components/esp_rom/include/esp32h2/rom/
Dspi_flash.h105 uint32_t device_id; member
/hal_espressif-3.5.0/components/bootloader_support/src/esp32c3/
Dbootloader_esp32c3.c110 …esp_rom_spiflash_config_param(rom_spiflash_legacy_data->chip.device_id, size * 0x100000, 0x10000, … in update_flash_config()
/hal_espressif-3.5.0/components/esp_rom/include/esp32s3/rom/
Dspi_flash.h138 uint32_t device_id; member
/hal_espressif-3.5.0/components/bootloader_support/src/esp32s2/
Dbootloader_esp32s2.c109 …esp_rom_spiflash_config_param(g_rom_flashchip.device_id, size * 0x100000, 0x10000, 0x1000, 0x100, … in update_flash_config()
/hal_espressif-3.5.0/components/bootloader_support/src/esp32s3/
Dbootloader_esp32s3.c120 …esp_rom_spiflash_config_param(g_rom_flashchip.device_id, size * 0x100000, 0x10000, 0x1000, 0x100, … in update_flash_config()

12