Searched refs:SPI_CMD_RDSR2 (Results 1 - 5 of 5) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/flash/ |
H A D | flash_hw_process_flashboot.c | 60 ret = spi_flash_read_reg(SPI_CMD_RDSR2, &data[1], 1); in spi_flash_enable_quad_mode() 82 ret = spi_flash_read_reg(SPI_CMD_RDSR2, &data[1], 1); in spi_flash_enable_quad_mode()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/flash/ |
H A D | hi_flashboot_flash.c | 193 ret = spi_flash_read_reg(SPI_CMD_RDSR2, &p_data[1], 1); in flash_protect_set_protect() 220 ret = spi_flash_read_reg(SPI_CMD_RDSR2, &p_data[1], 1); in flash_protect_set_protect()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/flash/ |
H A D | hi_loaderboot_flash.c | 179 ret = spi_flash_read_reg(SPI_CMD_RDSR2, &p_data[1], 1); in flash_protect_set_protect() 203 ret = spi_flash_read_reg(SPI_CMD_RDSR2, &p_data[1], 1); in flash_protect_set_protect()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/ |
H A D | boot_rom.h | 69 #define SPI_CMD_RDSR2 0x35 /* Read Status Register-2 */ macro
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/flash/ |
H A D | flash_prv.h | 41 #define SPI_CMD_RDSR2 0x35 /* Read Status Register-2 */ macro
|
Completed in 4 milliseconds