Searched refs:hisfc_write (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 | 145 hisfc_write(SFC_REG_CMD_INS, SPI_CMD_VSR_WREN); in spi_flash_write_sr_reg() 146 hisfc_write(SFC_REG_CMD_CONFIG, (hi_u32)(SFC_CMD_CONFIG_SEL_CS | SFC_CMD_CONFIG_START)); in spi_flash_write_sr_reg() 154 hisfc_write(SFC_REG_CMD_INS, cmd); in spi_flash_write_sr_reg() 155 hisfc_write(SFC_REG_CMD_DATABUF1, temp_data); in spi_flash_write_sr_reg() 157 hisfc_write(SFC_REG_CMD_CONFIG, in spi_flash_write_sr_reg() 482 hisfc_write(SFC_REG_GLOBAL_CONFIG, sfc_clock); in hi_flash_init() 484 hisfc_write(SFC_REG_TIMING, 0x1); in hi_flash_init()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/flash/ |
H A D | hi_loaderboot_flash.c | 142 hisfc_write(SFC_REG_CMD_INS, SPI_CMD_VSR_WREN); in spi_flash_write_sr_reg() 143 hisfc_write(SFC_REG_CMD_CONFIG, (hi_u32)(SFC_CMD_CONFIG_SEL_CS | SFC_CMD_CONFIG_START)); in spi_flash_write_sr_reg() 151 hisfc_write(SFC_REG_CMD_INS, cmd); in spi_flash_write_sr_reg() 152 hisfc_write(SFC_REG_CMD_DATABUF1, temp_data); in spi_flash_write_sr_reg() 154 hisfc_write(SFC_REG_CMD_CONFIG, in spi_flash_write_sr_reg() 421 hisfc_write(SFC_REG_GLOBAL_CONFIG, sfc_clock); in hi_flash_init() 423 hisfc_write(SFC_REG_TIMING, 0x1); in hi_flash_init()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/ |
H A D | boot_rom.h | 255 #define hisfc_write(_reg, _value) \ macro
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/flash/ |
H A D | flash_prv.h | 297 #define hisfc_write(_reg, _value) \ macro
|
Completed in 5 milliseconds