Home
last modified time | relevance | path

Searched refs:opt_read (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/flash/
H A Dhi_flashboot_flash.c426 if (memcpy_s(&spif_ctrl->opt_read, sizeof(spi_flash_operation), &g_spi_opt_fast_quad_out_read, in flash_init_cfg()
427 sizeof(spi_flash_operation), ((uintptr_t)&spif_ctrl->opt_read) ^ sizeof(spi_flash_operation) ^ in flash_init_cfg()
432 if (memcpy_s(&spif_ctrl->opt_read, sizeof(spi_flash_operation), &g_spi_opt_fast_quad_eb_out_read, in flash_init_cfg()
433 sizeof(spi_flash_operation), ((uintptr_t)&spif_ctrl->opt_read) ^ sizeof(spi_flash_operation) ^ in flash_init_cfg()
439 if (memcpy_s(&spif_ctrl->opt_read, sizeof(spi_flash_operation), &g_spi_opt_fast_quad_eb_out_read, in flash_init_cfg()
440 sizeof(spi_flash_operation), ((uintptr_t)&spif_ctrl->opt_read) ^ sizeof(spi_flash_operation) ^ in flash_init_cfg()
447 spif_config(&(spif_ctrl->opt_read), spif_ctrl->opt_read.cmd, HI_TRUE); in flash_init_cfg()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/flash/
H A Dhi_loaderboot_flash.c363 cs = ((uintptr_t)&spif_ctrl->opt_read) ^ sizeof(spi_flash_operation) ^ in flash_init_cfg()
365 if (memcpy_s(&spif_ctrl->opt_read, sizeof(spi_flash_operation), &g_spi_opt_fast_quad_out_read, in flash_init_cfg()
370 cs = ((uintptr_t)&spif_ctrl->opt_read) ^ sizeof(spi_flash_operation) ^ in flash_init_cfg()
372 if (memcpy_s(&spif_ctrl->opt_read, sizeof(spi_flash_operation), &g_spi_opt_fast_quad_eb_out_read, in flash_init_cfg()
378 cs = ((uintptr_t)&spif_ctrl->opt_read) ^ sizeof(spi_flash_operation) ^ in flash_init_cfg()
380 if (memcpy_s(&spif_ctrl->opt_read, sizeof(spi_flash_operation), &g_spi_opt_fast_quad_eb_out_read, in flash_init_cfg()
387 spif_config(&(spif_ctrl->opt_read), spif_ctrl->opt_read.cmd, HI_TRUE); in flash_init_cfg()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
H A Dboot_rom.h233 spi_flash_operation opt_read; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/flash/
H A Dflash_prv.h275 spi_flash_operation opt_read; member

Completed in 4 milliseconds