Searched refs:is_volatile (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 | 134 hi_u32 spi_flash_write_sr_reg(hi_u8 cmd, hi_u8* data, hi_u8 data_len, hi_bool is_volatile) in spi_flash_write_sr_reg() argument 144 if (is_volatile) { in spi_flash_write_sr_reg() 180 hi_u32 flash_protect_set_protect(hi_u8 cmp_bp, hi_bool is_volatile) in flash_protect_set_protect() argument 208 ret = spi_flash_write_sr_reg(SPI_CMD_WRSR1, p_data, 2, is_volatile); /* 2 */ in flash_protect_set_protect()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/flash/ |
H A D | hi_loaderboot_flash.c | 130 hi_u32 spi_flash_write_sr_reg(hi_u8 cmd, hi_u8* data, hi_u8 data_len, hi_bool is_volatile) in spi_flash_write_sr_reg() argument 141 if (is_volatile) { in spi_flash_write_sr_reg() 164 hi_u32 flash_protect_set_protect(hi_u8 cmp_bp, hi_bool is_volatile) in flash_protect_set_protect() argument 190 ret = spi_flash_write_sr_reg(SPI_CMD_WRSR1, p_data, 2, is_volatile); /* 2 */ in flash_protect_set_protect()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/flash/ |
H A D | flash_prv.h | 378 hi_u32 is_volatile : 1; member 402 hi_u32 flash_protect(hi_u32 flash_offset, hi_u32 size, hi_u32 timeout, hi_bool is_volatile); 403 hi_u32 flash_protect_set_protect(hi_u8 cmp_bp, hi_bool is_volatile, hi_bool forced_write);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/ |
H A D | boot_rom.h | 290 hi_u32 flash_protect_set_protect(hi_u8 cmp_bp, hi_bool is_volatile);
|
Completed in 5 milliseconds