Home
last modified time | relevance | path

Searched refs:SPI_NOR_CMD_PP (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/modules/nrf_wifi/bus/
Dspi_nor.h29 #define SPI_NOR_CMD_PP 0x02 /* Page program */ macro
/Zephyr-latest/drivers/flash/
Dspi_nor.h33 #define SPI_NOR_CMD_PP 0x02 /* Page program */ macro
Dflash_stm32_xspi.c921 ? SPI_NOR_CMD_PP in stm32_xspi_set_memorymap()
1306 case SPI_NOR_CMD_PP: { in flash_stm32_xspi_write()
1795 case SPI_NOR_CMD_PP: in spi_nor_convert_write_to_4b()
1858 data->write_opcode = SPI_NOR_CMD_PP; in spi_nor_process_bfp()
Dflash_stm32_ospi.c1068 case SPI_NOR_CMD_PP: in stm32_ospi_set_memorymap()
1470 case SPI_NOR_CMD_PP: in flash_stm32_ospi_write()
1958 case SPI_NOR_CMD_PP: in spi_nor_convert_write_to_4b()
2021 data->write_opcode = SPI_NOR_CMD_PP; in spi_nor_process_bfp()
Dflash_npcx_fiu_nor.c340 ret = flash_npcx_uma_write_by_addr(dev, SPI_NOR_CMD_PP, tx_buf, in flash_npcx_nor_write()
Dspi_nor.c900 ret = spi_nor_cmd_addr_write_3b(dev, SPI_NOR_CMD_PP, addr, in spi_nor_write()
904 ret = spi_nor_cmd_addr_write(dev, SPI_NOR_CMD_PP, addr, src, in spi_nor_write()
Dflash_mspi_atxp032.c804 .write_cmd = SPI_NOR_CMD_PP, \
Dflash_nxp_s32_qspi_nor.c278 QSPI_LUT_OP(QSPI_IP_LUT_INSTR_CMD, QSPI_IP_LUT_PADS_1, SPI_NOR_CMD_PP),
Dflash_mcux_flexspi_nor.c109 FLEXSPI_LUT_SEQ(kFLEXSPI_Command_SDR, kFLEXSPI_1PAD, SPI_NOR_CMD_PP,
Dflash_stm32_qspi.c588 .Instruction = SPI_NOR_CMD_PP, in flash_stm32_qspi_write()