Searched refs:hpm_dummy_ena (Results 1 – 3 of 3) sorted by relevance
431 …dummy_cyclelen_base = (chip->hpm_dummy_ena ? rom_flash_chip_dummy_hpm->qio_dummy_bitlen : rom_flas… in spi_flash_chip_generic_config_host_io_mode()437 …dummy_cyclelen_base = (chip->hpm_dummy_ena ? rom_flash_chip_dummy_hpm->qout_dummy_bitlen : rom_fla… in spi_flash_chip_generic_config_host_io_mode()443 …dummy_cyclelen_base = (chip->hpm_dummy_ena ? rom_flash_chip_dummy_hpm->dio_dummy_bitlen : rom_flas… in spi_flash_chip_generic_config_host_io_mode()449 …dummy_cyclelen_base = (chip->hpm_dummy_ena ? rom_flash_chip_dummy_hpm->dout_dummy_bitlen : rom_fla… in spi_flash_chip_generic_config_host_io_mode()454 …dummy_cyclelen_base = (chip->hpm_dummy_ena ? rom_flash_chip_dummy_hpm->fastrd_dummy_bitlen : rom_f… in spi_flash_chip_generic_config_host_io_mode()459 …dummy_cyclelen_base = (chip->hpm_dummy_ena ? rom_flash_chip_dummy_hpm->slowrd_dummy_bitlen : rom_f… in spi_flash_chip_generic_config_host_io_mode()
416 default_chip.hpm_dummy_ena = 1; in esp_flash_init_default_chip()
105 …uint32_t hpm_dummy_ena :1; ///< This flag is used to verify whether flash works under HPM sta… member