Searched refs:opt_read (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/flash/ |
H A D | hi_flashboot_flash.c | 426 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 D | hi_loaderboot_flash.c | 363 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 D | boot_rom.h | 233 spi_flash_operation opt_read; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/flash/ |
H A D | flash_prv.h | 275 spi_flash_operation opt_read; member
|
Completed in 4 milliseconds