Searched refs:bootloader_flash_qe_support_list (Results 1 – 2 of 2) sorted by relevance
37 const bootloader_qio_info_t __attribute__((weak)) bootloader_flash_qe_support_list[] = { variable56 #define NUM_CHIPS (sizeof(bootloader_flash_qe_support_list) / sizeof(bootloader_qio_info_t))86 const bootloader_qio_info_t *chip = &bootloader_flash_qe_support_list[i]; in bootloader_enable_qio_mode()88 …ESP_EARLY_LOGI(TAG, "Enabling QIO for flash chip %s", bootloader_flash_qe_support_list[i].manufact… in bootloader_enable_qio_mode()96 enable_qio_mode(bootloader_flash_qe_support_list[i].read_status_fn, in bootloader_enable_qio_mode()97 bootloader_flash_qe_support_list[i].write_status_fn, in bootloader_enable_qio_mode()98 bootloader_flash_qe_support_list[i].status_qio_bit); in bootloader_enable_qio_mode()
102 extern const bootloader_qio_info_t __attribute__((weak)) bootloader_flash_qe_support_list[];