Home
last modified time | relevance | path

Searched refs:sr_update (Results 1 – 1 of 1) sorted by relevance

/device/soc/esp/esp32/components/spi_flash/
Dspi_flash_chip_generic.c588 uint32_t sr_update; in spi_flash_common_set_io_mode() local
598 sr_update = sr | qe_sr_bit; in spi_flash_common_set_io_mode()
600 sr_update = sr & (~qe_sr_bit); in spi_flash_common_set_io_mode()
602 ESP_EARLY_LOGV(TAG, "set_io_mode: status update 0x%x", sr_update); in spi_flash_common_set_io_mode()
603 if (sr != sr_update) { in spi_flash_common_set_io_mode()
612 ret = (*wrsr_func)(chip, sr_update); in spi_flash_common_set_io_mode()
637 if (sr != sr_update) { in spi_flash_common_set_io_mode()