Home
last modified time | relevance | path

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

/hal_espressif-latest/components/spi_flash/
Dspi_flash_wrap.c35 extern uint32_t bootloader_flash_execute_command_common(
71 bootloader_flash_execute_command_common(CMD_BURST_RD, 0, 0, 0, 8, wrap_code, 0); in spi_flash_wrap_enable_c0()
91 bootloader_flash_execute_command_common(CMD_WRAP, 0, 0, 6, 8, wrap_code, 0); in spi_flash_wrap_enable_77()
102 bootloader_flash_execute_command_common(CMD_BURST_RD, 0, 0, 0, 8, 0x10, 0); in spi_flash_wrap_clear_c0()
114 bootloader_flash_execute_command_common(CMD_WRAP, 0, 0, 6, 8, 0x10, 0); in spi_flash_wrap_clear_77()
Dspi_flash_hpm_enable.c58 extern uint32_t bootloader_flash_execute_command_common(
116 bootloader_flash_execute_command_common(CMD_HPMEN, 0, 0, dummy, 0, 0, 0); in spi_flash_enable_high_performance_send_cmd()
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/
Dbootloader_flash.c535 IRAM_ATTR uint32_t bootloader_flash_execute_command_common( in bootloader_flash_execute_command_common() function
608 return bootloader_flash_execute_command_common(command, addr_len, address, in bootloader_execute_flash_command()
623 return bootloader_flash_execute_command_common(command, addr_len, sfdp_addr, in bootloader_flash_read_sfdp()
/hal_espressif-latest/zephyr/port/bootloader/
Dbootloader_flash.c527 IRAM_ATTR uint32_t bootloader_flash_execute_command_common( in bootloader_flash_execute_command_common() function
600 return bootloader_flash_execute_command_common(command, addr_len, address, in bootloader_execute_flash_command()
615 return bootloader_flash_execute_command_common(command, addr_len, sfdp_addr, in bootloader_flash_read_sfdp()