Searched refs:SPI_NOR_CMD_WREN (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | spi_nor.h | 27 #define SPI_NOR_CMD_WREN 0x06 /* Write enable */ macro
|
/Zephyr-latest/drivers/flash/ |
D | spi_nor.h | 31 #define SPI_NOR_CMD_WREN 0x06 /* Write enable */ macro
|
D | flash_npcx_fiu_nor.c | 175 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()
|
D | spi_nor.c | 637 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()
|
D | flash_mspi_atxp032.c | 211 ret = flash_mspi_atxp032_command_write(flash, SPI_NOR_CMD_WREN, 0, 0, 0, NULL, 0); in flash_mspi_atxp032_write_enable()
|
D | flash_nxp_s32_qspi_nor.c | 175 QSPI_LUT_OP(QSPI_IP_LUT_INSTR_CMD, QSPI_IP_LUT_PADS_1, SPI_NOR_CMD_WREN),
|
D | nrf_qspi_nor.c | 1043 .op_code = ((write_protect) ? SPI_NOR_CMD_WRDI : SPI_NOR_CMD_WREN), in qspi_nor_write_protection_set()
|
D | flash_mcux_flexspi_nor.c | 116 FLEXSPI_LUT_SEQ(kFLEXSPI_Command_SDR, kFLEXSPI_1PAD, SPI_NOR_CMD_WREN,
|
D | flash_stm32_qspi.c | 132 .Instruction = SPI_NOR_CMD_WREN,
|
D | flash_stm32_xspi.c | 515 s_command.Instruction = SPI_NOR_CMD_WREN; in stm32_xspi_write_enable()
|
D | flash_stm32_ospi.c | 662 s_command.Instruction = SPI_NOR_CMD_WREN; in stm32_ospi_write_enable()
|