Searched refs:mfg_id (Results 1 – 3 of 3) sorted by relevance
71 uint8_t mfg_id; in bootloader_enable_qio_mode() local81 mfg_id = (raw_flash_id >> 16) & 0xFF; in bootloader_enable_qio_mode()83 ESP_EARLY_LOGD(TAG, "Manufacturer ID 0x%02x chip ID 0x%04x", mfg_id, flash_id); in bootloader_enable_qio_mode()87 … if (mfg_id == chip->mfg_id && (flash_id & chip->id_mask) == (chip->flash_id & chip->id_mask)) { in bootloader_enable_qio_mode()
22 uint8_t mfg_id; /* 8-bit JEDEC manufacturer ID */ member
104 uint8_t mfg_id = raw_flash_id & 0xFF; in memspi_host_read_id_hs() local106 *id = ((uint32_t)mfg_id << 16) | flash_id; in memspi_host_read_id_hs()