Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/spi_flash/esp32/
Dspi_flash_rom_patch.c619 int32_t head_sector_num; in esp_rom_spiflash_erase_area() local
650 head_sector_num = sector_num_per_block - (sector_no % sector_num_per_block); in esp_rom_spiflash_erase_area()
652 head_sector_num = (head_sector_num >= total_sector_num) ? total_sector_num : head_sector_num; in esp_rom_spiflash_erase_area()
656 total_sector_num -= head_sector_num; in esp_rom_spiflash_erase_area()
659 while (0 != head_sector_num) { in esp_rom_spiflash_erase_area()
664 head_sector_num--; in esp_rom_spiflash_erase_area()