Home
last modified time | relevance | path

Searched refs:SPI_NOR_CMD_WREN (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/modules/nrf_wifi/bus/
Dspi_nor.h27 #define SPI_NOR_CMD_WREN 0x06 /* Write enable */ macro
/Zephyr-latest/drivers/flash/
Dspi_nor.h31 #define SPI_NOR_CMD_WREN 0x06 /* Write enable */ macro
Dflash_npcx_fiu_nor.c175 ret = flash_npcx_uma_cmd_only(dev, SPI_NOR_CMD_WREN); in flash_npcx_nor_write_status_regs()
282 flash_npcx_uma_cmd_only(dev, SPI_NOR_CMD_WREN); in flash_npcx_nor_erase()
289 flash_npcx_uma_cmd_only(dev, SPI_NOR_CMD_WREN); in flash_npcx_nor_erase()
339 flash_npcx_uma_cmd_only(dev, SPI_NOR_CMD_WREN); in flash_npcx_nor_write()
577 ret = flash_npcx_uma_cmd_only(dev, SPI_NOR_CMD_WREN); in flash_npcx_nor_init()
Dspi_nor.c637 int ret = spi_nor_cmd_write(dev, SPI_NOR_CMD_WREN); in spi_nor_wrsr()
708 ret = spi_nor_cmd_write(dev, SPI_NOR_CMD_WREN); in mxicy_wrcr()
888 ret = spi_nor_cmd_write(dev, SPI_NOR_CMD_WREN); in spi_nor_write()
965 ret = spi_nor_cmd_write(dev, SPI_NOR_CMD_WREN); in spi_nor_erase()
1043 SPI_NOR_CMD_WRDI : SPI_NOR_CMD_WREN); in spi_nor_write_protection_set()
1148 ret = spi_nor_cmd_write(dev, SPI_NOR_CMD_WREN); in spi_nor_set_address_mode()
Dflash_mspi_atxp032.c211 ret = flash_mspi_atxp032_command_write(flash, SPI_NOR_CMD_WREN, 0, 0, 0, NULL, 0); in flash_mspi_atxp032_write_enable()
Dflash_nxp_s32_qspi_nor.c175 QSPI_LUT_OP(QSPI_IP_LUT_INSTR_CMD, QSPI_IP_LUT_PADS_1, SPI_NOR_CMD_WREN),
Dnrf_qspi_nor.c1043 .op_code = ((write_protect) ? SPI_NOR_CMD_WRDI : SPI_NOR_CMD_WREN), in qspi_nor_write_protection_set()
Dflash_mcux_flexspi_nor.c116 FLEXSPI_LUT_SEQ(kFLEXSPI_Command_SDR, kFLEXSPI_1PAD, SPI_NOR_CMD_WREN,
Dflash_stm32_qspi.c132 .Instruction = SPI_NOR_CMD_WREN,
Dflash_stm32_xspi.c515 s_command.Instruction = SPI_NOR_CMD_WREN; in stm32_xspi_write_enable()
Dflash_stm32_ospi.c662 s_command.Instruction = SPI_NOR_CMD_WREN; in stm32_ospi_write_enable()